Your stylesheet is giving too much width to your sidebar, and it's pushing the main section down.
See if you can reduce the sidebar width or percentage. (If using percentage, don't let the sidebar + main = 100%. That can cause problems if there's padding somewhere.)
Actually it's all bloggers fault, for some reason they have introduced <div style="clear:both;"></div> to the start of every post. The only reason I believe is to ensure that when people use their new image uploader is doesn't make the blogs have the posts continuely aligning left of the image, however they've managed to break more blogs because of it. Hopefully blogger will remove this code shortly and let people choose to have it if they want.
2 comments:
Your stylesheet is giving too much width to your sidebar, and it's pushing the main section down.
See if you can reduce the sidebar width or percentage. (If using percentage, don't let the sidebar + main = 100%. That can cause problems if there's padding somewhere.)
Actually it's all bloggers fault, for some reason they have introduced <div style="clear:both;"></div> to the start of every post.
The only reason I believe is to ensure that when people use their new image uploader is doesn't make the blogs have the posts continuely aligning left of the image, however they've managed to break more blogs because of it.
Hopefully blogger will remove this code shortly and let people choose to have it if they want.
Post a Comment