Hi, I added a page as my new footer. However there’s too much space above the footer. I added a screenshot, I painted the space red I’d like to remove.
Hey FadingReality,
Thank you for using Enfold.
Can we see the actual site? You may need to adjust the top padding a bit.
#footer {
padding: 0 0 30px 0;
}
Default top padding value is 15px.
Best regards,
Ismael
I’m not sure if the code is making a difference. But I noticed that the space is not on every page. Here’s the link:
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.avia-builder-el-0 .container {
padding-top: 0px !important;
}
Please clear your browser cache and check.
Best regards,
Mike
That worked, thank you :)