These forums really only support the themes from the repository on this site, but I took a look at your site, and I’d bet that those issues are due to the mark-up errors on that page:
http://validator.w3.org/check?uri=http%3A%2F%2Fsuperficiel.org%2Fwordpress%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
So start by tracking them down and see where that gets you. This might be helpful if you aren’t familiar with validating:
http://codex.ww.wp.xz.cn/Validating_a_Website
Thank you for taking the time to answer.
It looks like those errors might indeed point to the problem, but I looked in the style.css file and I can’t see where I can correct the errors. It might in one of the php files but I wouldn’t know which one it is. It’s endless..
Those aren’t CSS errors – I’m guessing they are in your content — the first extra closing div is here:
<div class="more-posts-wrap">
</div>
</div>
<!--END FIVE CATEGORIES-->
The other one at the bottom of the page:
</div>
</div>
<script type='text/javascript' src='http://superficiel.org/wordpress/wp-includes/js/hoverIntent.min.js?ver=r6'></script>
Try using View Source in Firebug to help you track down using the line numbers in the Validator report.
Thank you.
I think I needed to test with extra content attached to the categories. Otherwise, it wouldn’t react correctly if there was no posts attached to it. The problem is fixed I guess.