Hi,
I would like to adjust the padding of my columns because its far from each other. How to get closer to other columns? Thanks
Hey jalmz!
Thank you for using Enfold.
You can increase the width then lessen the left margin of the one third columns with this on Quick CSS or custom.css:
div .av_one_third {
margin-left: 2%;
width: 32%;
}
Best regards,
Ismael
Thank you Ismael.. It works like a charm