Module Showing up in the article area

More
12 years 1 week ago #30014 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

Please Log in to join the conversation.

More
12 years 1 week ago - 12 years 1 week ago #30023 by ivan.milic
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.
Last edit: 12 years 1 week ago by ivan.milic.

Please Log in to join the conversation.

More
12 years 1 week ago #30043 by eoinfleming
and how do i change it?,

Please Log in to join the conversation.

More
12 years 1 week ago #30051 by ivan.milic
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
Powered by Kunena Forum