Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1253341

    Dear Kriesi,

    On the following website home page, how can I add a bit of padding above the footer, so there is some space between the bottom of the page content and the border at the top of the footer?

    Thanks, Richard

    #1253388

    Hey Richard,

    Add this to quick css:

    footer{
    margin-top:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1253528

    Thank you, this adds the space, but unfortunately it does not use the main content area background colour for the added space. The space is white like the footer colour (please see the home page linked below)

    Thanks

    #1253726

    Hi,

    Add this to quick css:

    #av-layout-grid-1{
    padding-bottom:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1253733

    Great, that works

    Thank you

    #1253741

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Padding above footer’ is closed to new replies.