Footer shows up in sidebar
-
The theme name and information is showing up in the sidebar in internet explorer. It does not show up in any other browser. What can I change in the CSS that can solve this problem?
http://bethel-christian-school.com/
The blog I need help with is: (visible only to logged in users)
-
Remove the Theme name etc can get your blog suspended
The current policy about the footer in the support documentation:
May I remove the ‘Blog at WordPress.com’ credit in my site’s footer?
Although the Custom Design Upgrade certainly grants you the capability to hide the credit from your site’s footer, you are not permitted to do so. Even our VIP bloggers are required to maintain the credit.http://en.support.wordpress.com/custom-design/#frequently-asked-questions
http://en.support.wordpress.com/custom-design/
https://en.forums.wordpress.com/topic/word-press-footer?replies=18
-
The credits aren’t showing up because of this CSS which I’m not sure was intentional:
#site-title { width:0; }If the end goal to make the site name and the credits line up, you can remove the “width:0;” line (shown above) and add this:
#site-info { float: left; width: 25%; } #site-generator { float: right; width: 75%; }
- The topic ‘Footer shows up in sidebar’ is closed to new replies.