[Resolved] Make white content area go to bottom of page

  • Author
    Posts
  • #4535

    tmanx4puro
    Participant

    I added a gray background color, then made the content area white, however it stops short of the Copyright footer and there is gray background between the white and Copyright footer. How can I make the white background go all the way down. Thank you.

    http://www.americanintegratedmanagement.com/

    PW= aimsol

    #4537

    Andrew Misplon
    Keymaster

    If you wanted to proceed you’d need to take a few steps:

    This existing rule must change to:

    .site-main {
        background-color: #fff;
        padding-bottom: 25px;
    }

    And then the normal padding needs to be removed:

    .site-content {
        padding-bottom: 0;
    }

    The boxed layout might be more suitable for this style of site. Hope the above helps.

    #4552

    Andrew Misplon
    Keymaster

    The latest Ultra version is out, if you upgrade, it will break the previous solution for a sticky top bar + header. The updated child theme can be found here:

    Child Theme Library

    If you’d like assistance with integrating this child theme, please, use the Set as private reply and send FTP details and I’ll help out.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Scroll to top