Left sidebar is pushing right sidebar down?
Permalink
Whenever I add content to the right global sidebar the content in the left global sidebar is pushed down. Any ideas what may be causing this? There is an attached screenshot.
it looks to me as it has something to do with the float parameters in your CSS - can you give me the URL of the site? I can take a look at it
I would contact your theme developer.
At a guess there could be floated div elements and maybe a negative margin trick so that the main section appears first in the source, but second on the page. The left sidebar would then be positioned with a negative margin. This is sometimes done for SEO. The css can be convoluted and do stuff like you are seeing when there is a mistake.
At a guess there could be floated div elements and maybe a negative margin trick so that the main section appears first in the source, but second on the page. The left sidebar would then be positioned with a negative margin. This is sometimes done for SEO. The css can be convoluted and do stuff like you are seeing when there is a mistake.
Thanks guys! It was a css float problem and all appears to be fixed now!