Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #291048

    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

    #291051

    Hey Richard!

    Please add following code to Quick CSS

    div .av_one_fourth {
    margin-left: 2%;
    width: 23.5%;
    }

    Cheers!
    Yigit

    #291071
    This reply has been marked as private.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘1/4 column spacing’ is closed to new replies.