I am also having the same problem with large vertical gaps between top-a top-b modules. I have taken a look at the Customizer Grid, and most of the variables are not editable type '@'. I have fiddled with the others and they don't change anything.
If I look at the code in the browser, I think the main culprit is of the type … <div class="bottom-a-outer uk-cover-background" id="bottom-a" style="padding:100px 0"> But my attempts to override this in custom.css have no effect. (ie. <div class="bottom-a-outer uk-cover-background" id="bottom-a" style="padding-top: 50px; padding-bottom: 50px; ">)
I can change the values in the browser, but cant find how to make permanent changes.
Basically I'd like to close up the modules to around 50px.
Thanks for your help...
Please Log in or Create an account to join the conversation.