- Posts: 2
- Thank you received: 0
Module Showing up in the article area
-
eoinfleming
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 1 week ago #30014
by eoinfleming
Module Showing up in the article area was created by eoinfleming
i cant figure out why the sidebar widgets are showing in the article area, it only happens when the page is displaying featured articles and I did do a Google search, but maybe my search terms are off, any help would be great.....thanks in advance
www.backofthenetcork.ie
www.backofthenetcork.ie
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago - 12 years 1 week ago #30023
by ivan.milic
Replied by ivan.milic on topic Module Showing up in the article area
You have un-closed div tags in you content (articles or whatever you hace in main content area) so left and right column are sucked in content column.
this is correct :
<div class="content_wrap">
<div class="content_pad">
....
</div>
</div>
<div class="column_left">
...
</div>
<div class="column_right">
...
</div>
this is yours:
<div class="content_wrap">
<div class="content_pad">
....
<div class="column_left">
...
</div>
<div class="column_right">
...
</div>
</div>
</div>
W3 validator may help in this situations, and in end you can just eliminate use of DIV tags in articles.
this is correct :
<div class="content_wrap">
<div class="content_pad">
....
</div>
</div>
<div class="column_left">
...
</div>
<div class="column_right">
...
</div>
this is yours:
<div class="content_wrap">
<div class="content_pad">
....
<div class="column_left">
...
</div>
<div class="column_right">
...
</div>
</div>
</div>
W3 validator may help in this situations, and in end you can just eliminate use of DIV tags in articles.
Last edit: 12 years 1 week ago by ivan.milic.
Please Log in to join the conversation.
-
eoinfleming
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 1 week ago #30043
by eoinfleming
Replied by eoinfleming on topic Module Showing up in the article area
and how do i change it?,
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 week ago #30051
by ivan.milic
Replied by ivan.milic on topic Module Showing up in the article area
You need to dig thou your articles to find in which one you have that. Or disable then one by one to find bad one.
Please Log in to join the conversation.
Time to create page: 0.155 seconds