Hey Guys
I started a thread yesterday about the 4 columns. I was wanting to know if there is any way to not have as much white space in between each column?
I want the columns more rectangle like this website, instead of square like I have now and with less space in between. thanks
Hey!
Try adding this code to the Quick CSS:
div .av_one_fourth {
margin-left: 2%;
width: 23.5%;
}
Cheers!
Josue