[Support request] white space at footer

Home Forums Support [Support request] white space at footer

Home Forums Support white space at footer

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

    I’m trying to figure out how to get rid of the white space at the bottom of my page..

    I can’t tell whether it’s a footer problem in generatepress or if it’s padding in one of the columns

    #1970236
    Elvin
    Staff
    Customer Support

    Hi there,

    I’m not exactly sure I see any white space on the link provided.

    Here’s what I see on the bottom of the page – https://share.getcloudapp.com/xQujvyBp

    Perhaps you’ve sorted it out already? Or maybe it’s another page? Let us know.

    #1971310
    Nigel

    Yeah it’s sorted.

    I was looking at it with the WordPress bar at the top but from a different browser it’s gone.

    thanks

    #1971353
    Elvin
    Staff
    Customer Support

    Nice one! Thanks for letting us know. Glad you got it sorted. 😀

    #1971431
    Nigel

    Actually from my mobile I can still see a difference

    https://postimg.cc/TKVQ4sv0

    https://postimg.cc/rdhG6Xn1

    #1971436
    Elvin
    Staff
    Customer Support

    This element on the bottom of your site is causing the space.
    https://share.getcloudapp.com/geuprNkP

    It’s from a plugin.

    The quick and easy solution is by adding this CSS:

    span.statcounter {
        display: none;
    }

    Which effectively hides it but I’m not exactly sure what this is for or if it has to be visible but it’s defintely not something the theme adds by default.

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