Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1412921

    Rad
    Moderator

    Hi there,

    Please add this as well,

    .pswp__ui.pswp__ui--hidden {
    display none;
    }
    .x-main.full {
        min-height: 768px;
    }

    THanks!

    #1417520

    itsthehype
    Participant
    This reply has been marked as private.
    #1417525

    itsthehype
    Participant
    This reply has been marked as private.
    #1418238

    Rad
    Moderator

    Hi there,

    It’s only normal to have spaces when there is not much content on a page. Adding more height will push the footer down just like the provided CSS. Try this alternative

    @media (min-width: 980px) {
    .x-colophon.bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    body {
    padding-bottom: 140px;
    }
    }

    Thanks!