Hello,
Can someone please let me know the custom css to reduce padding ‘under’ the short separator and also ‘above’ the promo box. Basically I have a short separator and below this a promo box and because padding seems to be applied to both there is too much space between the 2 elements.
Thanks
Andrew
Hey Andrew!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_promobox { margin: 0 0 50px 0; }
Cheers!
Yigit
Thanks Yigit
Andrew