Hi, is there a way to remove the padding between the header and the content, as well as the content and the footer? For example, on this page: http://howard.alexanderfirth.com/us/
We want the purple paint to stretch from the header to the footer, with no white gaps inbetween (it’s just an image file).
Thanks,
Alex
Hi Allegrif!
Please use the below CSS in Enfold > General Styling > Quick CSS
.content {
padding-top: 0px!important;
padding-bottom: 0px!important;
}
Regards,
Vinay Kashyap
Hi,
Please try the following as well:
.page-id-371 .entry-content p {
margin: 0em 0 !important;
}
.page-id-375 .avia-image-container.avia-align-center {
margin: 0 auto 0px auto !important;
}
Thanks,
Rikard
Nailed it, thank you!