rholbrook12
Member
Posted 2 years ago #
My right sidebar is at the bottom of the page when i use chrome and safari browsers. I checked all the individual pages and they don't seem to be the issue. I don't have any sidebar widgets running (that i know of) and the html validates so I'm at a loss here. I must be missing a closed tag or something?
The site is valposurfproject.com. Can someone please help me with this?
Try adding overflow: hidden to content-body and content-sidebar in your css.
rholbrook12
Member
Posted 2 years ago #
overflow:hidden; is already there for both content-body and content-sidebar....
Right, well this might be the problem.
#content is 935px wide
#content-body is 714px wide + 58px for the right margin. Total: 772px
#content-sidebar is 191px wide
So #content-body (772px) + #content-sidebar (191px) = 963px.
Your parent container is too small thus the sidebar being shunted down.
rholbrook12
Member
Posted 2 years ago #
it worked! its depressing knowing that basic math was the reason here. Thanks a ton.