Archived topic
uneven contect and sidebar heights
5 replies · Started by Anonymous on May 25, 2016
I have a page where the sidebar height is longer than the content portion. The body background image is displayed under the content between the content and the footer. Is there a way to set a 'container' background color so the space under the shorter sidebar or content is not transparent ans still have a different background for the body?
example:
http://toonsbypiper.com/order/
I removed the body background-image and set the body background-color to white, so the example I posted no longer shows what I was asking about.
This thread might be of interest if you still want same height for content and sidebar.
Thanks Jamal!
That was helpful and works on all but one page on the site I am working on.
The last problem page has a form generated with a shortcode from Fast Secure Contact Form plugin in the left sidebar. I imagine the code I inserted into wp_footer is not able to calculate the height of the leftsidebar because of the use of a shortcode to insert the html.
I may have to try a different layout.
I added the css for and the last page is fixed.
.site-main {
background:#FFF;
}
Glad you got it working! :)
