I inserted a color section to insert a breadcrumb shortcode section below a full-width image header so that it displays above the content and right hand column. Everything is working great but I am having difficulty removing the 50px padding that the .content class is adding.
From what I can tell, the padding should be able to be managed by this css class, but I have not had any success with it.
template-page content av-content-small alpha units
Thanks for your help.
Hey xuamox,
If you are using the default settings, then please add this CSS code in Quick CSS (located in Enfold > General Styling):
#top .avia-section-default {
min-height: 0;
}
#top .avia-section-default .content {
padding: 0;
}
Best regards,
Nikko
Thank you very much that did the trick!
Hi xuamox,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko