Is there a way to change the space between elements in the layout builder? Right now, I think there is too much whitespace between sliders, testimonials and promo box on my homepage. How can I reduce that?
Thanks in advance!
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-special-heading, .av_promobox { margin-top: 5px; }
.avia-content-slider { margin: 5px 0; }
Best regards,
Yigit
Thanks!.