My website is www.chillyarcade.com. When I'm logged in the website appears normal, and functions well. But when I log out, the sidebar pushes below the posts (only on the game pages). I have no idea why this would happen. If anyone could help, I would greatly appreciate it.
Thanks for having a look. Here it is: <div id="right-sidebar"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Right Sidebar') ) : else : ?> <div class="naviheader"><ul><?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?></ul></div> <div class="naviheader"><ul><?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?></ul></div> <div class="naviheader"><ul><?php wp_list_bookmarks('category_orderby=id'); ?></ul></div> <?php endif; ?> </div> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Analytics Code') ) : else : ?> <?php endif; ?> Code (markup):
not a problem of sidebar but of css replace this in your css and it should work fine div#contentborder { background-color:#FFFFFF; border:1px solid #444444; float:left; margin-bottom:10px; margin-right:5px; padding:10px; width:760px; }
if u don't have css and php experience then uplaod and activate new theme and delete old one ( fresh copy of theme)
Thanks for the help guys. I replaced the CSS, but it didn't do anything. I also installed the theme again, but nothing as well.
I changed the layout to see if it was a problem with the embedding of objects, and it works fine now. I think I'll just keep it the way it is. Thanks for trying!