Hi there,
I found a solution for this in an older thread but it didnt work for me.
.page-id-3644 div .av_one_third {
margin-left: 2%;
width: 32%;
}
Am trying to achieve a consistent margin of 12px around all the columns up and down. Currently the space in between the columns is too big.. Could I get some advise please?
Thanks
Hey janicenisha,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-3644 div .av_one_third {
margin-left: 2%;
width: 88%;
}
#fwcs .content {
padding-top: 12px;
pdding-bottom: 12px;
}
#fwcs div .av_one_half {
width: 98%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thanks! It worked, but am looking at making 12px standard throughout every column. Could you kindly advise? Thanks