Archived topic
Unwanted Gap below the Footer
3 replies · Started by aster on April 20, 2021
Hello,
my website has a peculiar problem.
1.) There is an unwanted Gap below the footer. Find the image:
https://i.postimg.cc/Dwq93gVD/unwanted-gap.png
I want to delete this gap. How to do so.
However,
2.) when I log in with word press, there is no gap. Find the image:
https://i.postimg.cc/FR8vHHTn/No-gap-when-logged-into-word-press.png
Hi there,
You have this style somewhere in your site.
body {
padding-bottom: 100px;
height: auto;
}
The gap you see it the padding-bottom: 100px;.
This isn't added by the theme or GP Premium plugin. It seems like it's coming from Ezoic ads.
I recommend asking the plugin developer why they add it and how to remove it.
Thanks for the reply.
I will ask Ezoic about the padding.
No problem. :)