HelloHi,
i buy your them, is very very good!!!!
I’d like to create a withe space between the column in the portfolio thumbnails. It’s possible? How?
Thanks
Serena
Hi,
If you have a four column portfolio, you can add this on your custom.css or Quick CSS
.grid-entry.no_margin.av_one_fourth {
width: 24%;
}
3 columns should be like this
.no_margin.av_one_third {
width: 32.3%;
}
2 columns, add this
.no_margin.av_one_half {
width: 49%;
}
This will add a 1% margin between the items.
Regards,
Ismael
Sorry Ismal but with this code the columns are shrunk but there isn’t a white space between them.
how can I do it?
And another question. It’s possibile to remove the border and the shodow of the portfolio thumbnail?
I’d like to have a result like this http://www.mottarella.com/download/thumbnail.jpg
Thank you
Hi,
Interesting. This code produces a 5 column grid instead of white space.
.no_margin.av_one_fourth {
width:20%
}
However if instead you add this
.grid-entry .inner-entry {
width: 90%;
}
You will get white space.
Thanks,
Nick
thanks Nick, now I have a withe space between the columns, but I have also the border around the thumbnail, may I remove it?
Hi,
Please add this CSS
#top .inner-entry {
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}
Thanks,
Nick
perfect!!!!!
Thank you very much!
No problem. Enjoy the theme!
Thanks,
Nick