[Support request] spacing between copyright line and bottom page

Home Forums Support [Support request] spacing between copyright line and bottom page

Home Forums Support spacing between copyright line and bottom page

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

    Hi,
    Please help me to remove space betwewn copyright and bottom page. I have lite text on some page and white color apperar to bottom like in example page. T have no plugin instaled except gp premium. I reset wp and i had seme result.
    Thanks

    #1198916
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to this space here?
    https://www.screencast.com/t/iLa209phV

    It would only happen when there is not enough content to fill the height of the browser.

    Will you be having pages like that?

    Let me know ๐Ÿ™‚

    #1199015
    Marius

    Exactly. No content to fill height of browser. I have 28 inches monitor.

    #1199031
    Leo
    Staff
    Customer Support

    Try this CSS if this is happening on every page:

    .site-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    If you need to target specific pages that don’t have enough content, then it would be this:

    body.page-id-xxx  .site-footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1199036
    Marius

    Thank you!

    #1199653
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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