the padding between yellow and green background is set at zero.
Yet there is huge space between the two elements.
Dave
bestfortmyersrealestate.com
Hey daves1997,
This CSS in your child theme seems to be causing that:
body .column-top-margin {
margin-top: 30px;
}
Please try to remove it.
Best regards,
Rikard
Removed and still have issue
Hi,
It’s still loading on the frontend, please try checking again.
Best regards,
Rikard
Not there.
Someplace else?
Hi,
I don’t think so no. If you want us to check for you, then we would need access to your site. Please post the details in private.
Best regards,
Rikard
there you go
Hi,
Have you tried moving the text block after the first color section inside its own color section? This should get rid of the space below the section, which is the default bottom padding of the content container.
Best regards,
Ismael
Did that and problem still remains.
Hi,
Thanks for the update. I’ve fixed it for you, please review your site.
Best regards,
Rikard
Super! How did you do it?
Hi,
I added some custom CSS for you, it’s placed at the top of the Quick CSS box.
Best regards,
Rikard
Thanks
You can close this.
.home .column-top-margin {
margin-top: 0;
}
How would I modify your css for other boxes on home screen?
I want to move purple boxes up tight with green
Dave