Hi,
When i use Portfolio Gird to display the pictures, the columns in the same line are too close, i think its only about 2 pix distance.
So i want to make this about 10 pix distance, please kindly tell me how can i do.
Thanks
Tommy
Hi Tommy!
How many columns do you have on the portfolio grid? You can use this on Quick CSS if you have a 4 column portfolio:
.no_margin.av_one_fourth.first{
padding-left: 0px;
}
.no_margin.av_one_fourth {
width: 25%;
padding-left: 10px;
}
Cheers!
Ismael
Hi Ismael,
Thank you. now i want to use 3 columns, how can i make it 10 pix distance?
Tommy