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/
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