Hi, I’d like to be able to adjust the spacing between flex-columns. I can’t seem o find the file to control it – is there a CSS I can add?
Such as the spacing between columns here: http://mediumstudio.com/wp/?page_id=17
This page was made with 1/3 layout columns (with image and text elements inside them – which I assume will re-size with any new spacing) – thanks
Hey mediumstudio!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .av_one_third {
margin-left: 2%;
width: 32%;
}
Best regards,
Yigit
great! thank you!