Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222115

    I put 4 images which is divided into each 1/4 layout element in the main page. but Between 1/4 layout elements, white space is too large.
    so I want to reduce white space between 1/4 &1/4
    site link : http://www.lawbis.com/

    #222606

    Hey wethepublic!

    I can’t find the 4 columns – did you remove the images? You can reduce the margin with this code:

    
    div .flex_column.av_one_fourth {
    margin-left: 6%;
    }
    

    -insert it into the quick css field. By default it’s 6% but you can i.e. set it to 1%.

    Regards,
    Peter

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