The problem is not only the comments, it´s the whole template.
your classes .footer, .reading and .anotehr are OUTSIDE the container
Also you have two orphan closing </div> tags..
One AFTER the </html> tag (big no.no) and one before the </body> tag
I am not sure this is the only problem, but it sure is one of them…
If fixing this will not help , you will need to post the Header footer and index as well..
(BTW – this is the first time I see a template with no ID definitions, only classes … I would also recommend to use some ID´s, after all, if they exist, there must be a reason for it )
(@flamora)
16 years, 8 months ago
I’m having issues with comments page of the theme I’m working on. It looks fine when there are comments, but the footer moves to the top when there aren’t any.
With Comments.
Without Comments.
This is the code for the comments page. If you need any more information, just let me know.