Hey guys,
how can I make the caps between the lines und columns at my advanced layout buider smaller?
There is too much unused space between them.
thx.
regards
Martin
Hi ConflateGermany!
I am not sure if i understood you clearly. Can you post the link to your website and point out the section? A screenshot also would help.
Best regards,
Yigit
yes, i have the same issue, when i apply ‘column layout’ for better content separation, the spacing/gap between the columns side by side are too large, how to make it closer between those columns?
g
The space between the textbocks and the slider is too big. i want them smaller.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
body .column-top-margin {
margin-top: 15px;
}
top margin is 50px by default
Cheers!
Yigit
Okay now the is space between the slider and the textblocks smaller. First off all thats good :) But the space between the textblocks still the same.
Got it! Thanks for your support Yigit!
The solution is:
`body .column-top-margin {
margin-top: 40px;
}
div .av_one_third {
margin-left: 3.5%;
width: 31%;
}