[Resolved] uneven contect and sidebar heights

Home Forums Support [Resolved] uneven contect and sidebar heights

Home Forums Support uneven contect and sidebar heights

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #196738
    John Noveske

    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/

    #196777
    John Noveske

    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.

    #196827
    Jamal

    This thread might be of interest if you still want same height for content and sidebar.

    #196840
    John Noveske

    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.

    #196846
    John Noveske

    I added the css for and the last page is fixed.

    .site-main {
          background:#FFF;
    }
    #196851
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working! 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.