Site logo

Archived topic

white space at footer

5 replies · Started by Nigel on October 20, 2021

Viewing posts 1–6 of 6

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

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.

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

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

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.

This archived topic is closed to new replies.