Archived topic
Strange white space coming from somewhere
5 replies · Started by Cedric on November 24, 2022
I built a page on Generatepress Premium and I notice that there is some sort of white spacer between the footer area and main content. I have checked and it is not coming from Elementor. Is there a setting for this? I have attached my link. Please assist.
Hi Cedric,
Part of the space is coming from the bottom Padding set through Appearance > Customize > Layout > Container.
Can you first set this to 0, and then we'll recheck how it looks?
Reference: https://docs.generatepress.com/article/container-layout-overview/
Thanks Fernando,
This has helped a lot however, even at 0, there is still a small space that looks like a line.
I see. Can you go to Appearance > Customize > Additional CSS, and add this CSS:
body.home {
background-color: #000;
}
This should remove the "line"
SOLVED :)
Thanks a lot
You're welcome, Cedric! :)