Tagged: enfold, layout element
Hi Guys
Can you point me in the right direction to target the css to reduce the (Layout elements) column margins? I want to decrease the vertical white gutter between the coloured boxes across all pages.
http://www.globalliteracynetworks.co.uk/
Best regards
Steve
Hey Steven!
Thank you for using the theme.
Do you mind providing a screenshot of the gaps that you want to remove? If you want to edit the column gaps, you’ll need to increase the width then decrease the left margin:
div .av_one_fourth {
margin-left: 0;
width: 25%;
}
Best regards,
Ismael