Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am using yoko theme for my website. I have created the yoko child theme to make custom designing. But I am getting a problem in footer section. On normal story pages and section pages footer is located in center but on group, activity and member list pages it is floating to left and not showing at center of the page

It looks very weird. Kindly suggest how to fix it?

share|improve this question
check the site for html validation errors, for instance with validator.w3.org - this might give you some hints if there are unclosed html tags. – Michael Jan 20 '12 at 11:15

closed as too localized by toscho Jul 18 '12 at 8:46

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

there must be a div which isn't closed, add this at the top of your footer.php

</div>

let me know if it works

share|improve this answer
Thanks ... It works and footer is coming fine with all pages... :) – user12440 Jan 25 '12 at 12:01

Not the answer you're looking for? Browse other questions tagged or ask your own question.