Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #307548

    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

    #307699

    Hey!

    Try adding this code to the Quick CSS:

    .av_one_fifth {
        margin-left: 3% !important;
    }

    Cheers! 
    Josue

    #308034

    Great! The space was reduced, however, now it’s not centered (check out that link again). How can I center the whole group?

    Thanks!

    #308058

    Hi!

    Try with this:

    .av_one_fifth {
        margin-left: 3% !important;
    }
    .av_one_fifth.first{
        margin-left: 6% !important;
    }

    Best regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.