Hi!
I wish someone could help me with sidebar bug on my site ( editing rockable blog ) at http://www.kiziel.pl
Help would be appreciated :)
Hi!
I wish someone could help me with sidebar bug on my site ( editing rockable blog ) at http://www.kiziel.pl
Help would be appreciated :)
pure html code at http://kiziel.pl/test/
I'm assuming the /test/ page is how you want it to look?
Looking at the source of each page, you have significant changes to the HTML on your main page in that you seem to no longer use the <div id="content_area" class="block"> after the first content block (the "Almost Complete" block). For some reason there are div's with classes of "separator biggap" that do absolutely nothing, and close without content, and these seem to separate the content blocks.
Once you begin your next content block, it's no longer within a <div id="content_area" class="block"> and instead resides in its parent div, <div id="block_content">. This is why from "WordPress 2.7 is Out" and on, it has no structure and none of the formatting the first "Almost Complete" block has. Because it's not residing in a <div id="content_area" class="block">.
Hope this helps.
Oh, it's marked as resolved. Nevermind!
This topic has been closed to new replies.