Anonymous
Unregistered
Posted 1 year ago #
As of yesterday, my sidebar began appearing below the posts, at the bottom of the page. I do not have an image that is too large, and I had not added a new post the day that it began. I cannot seem to find the where the problem lies. Site is beinreal.com. I'd appreciate any insight I can get! Thank you!
[mod: NSFW!]
You could start by having a look at your "validator" report. What you describe is often caused by an unclosed </div>, but could be a number of things. But 160 errors is quite much, so...
fp.darren
Member
Posted 1 year ago #
i think there a problem with the structure of your css... first you float your content to left.. then the next one is your float your left_sidebar to the right... and your followed it with a float left which is the right_sidebar...
my solution is you should do this..
content div float left next is float left which is your right_sidebar followed by the left_sidebar... if this still doest work.. fixed the width of your right_sidebar...