White space issue on homepage – how to remove it?
-
Hi,
I have an unwanted white space on my homepage and I can’t figure out where it’s coming from. I already set the body background to black via the Additional CSS.
Could you help me identify and remove this white space? Is there a specific CSS class or element causing it?
Here is what I tried so far:
Attachments:
You must be
logged in to view attached files.
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-content-layout {
padding-bottom: 0;
}
Also, edit the page in Elementor >> Edit the last Container section >> from the advanced tab >> remove the margin bottom as you have added 35px: https://ibb.co/cK82gQ22
Best Regards.