Hi.
When I choose a color section, when I place content in it, sometimes I get a large padding from the top that I cannot adjust. Sometimes it magically goes away when I fiddle with it by replacing content.
Hey JamesEisert,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-section .content {
padding-top: 0px!important;
padding-bottom: 0px!important;
}
Best regards,
Vinay