Tagged: masonry
I’ve placed a full width masonry gallery on a page and would like to remove the horizontal lines that appear above and below the gallery. The development page is here.
Also, if you could advise how to reduce the space above and below the promo box at the bottom of the main content area that would be great.
Hey davidrk!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.masonry-not-first, #after_masonry { border: none!important; }
.av_promobox { margin-top: 10px; }
Cheers!
Yigit
Thanks very much Yigit! Perfect fix!