Tagged: enfold
Hi guys,
I would like to reduce the margin in between the columns on the mentioned page. Reducing it to half of what the distance is now between each would be ideal.
Thanks in advance
Hey!
Try adding this code to the Quick CSS:
.av_one_fifth {
margin-left: 3% !important;
}
Cheers!
Josue
Great! The space was reduced, however, now it’s not centered (check out that link again). How can I center the whole group?
Thanks!
Hi!
Try with this:
.av_one_fifth {
margin-left: 3% !important;
}
.av_one_fifth.first{
margin-left: 6% !important;
}
Best regards,
Josue