Tagged: spacing
Hi, I previously adjusted the spacing on my site so that the various layout boxes are closer together, with 20px spacing.
But the 1/4 width columns on this page still have the much wider spacing. How can I adjust this so that they have 20px spacing, and still combine together to fit the full page width?
Thanks, Richard
Hey Richard!
Please add following code to Quick CSS
div .av_one_fourth {
margin-left: 2%;
width: 23.5%;
}
Cheers!
Yigit