Tagged: ajax portfolio, enfold, margins
Hi folks.
I am wanting to add 20px around each of the portfolio options on my page (web page below)
With the upgrade to the latest Enfold, it is now forcing it to full width with no gaps. I’ve tried ” #top .no_margin.av_one_third {
padding: 20px; } ” but it’s almost there. I get 20 / 40 / 40 / 20 pixel gaps. I’ve tried it as padding-right: 20px; – which gives even columns, but now space on the left.
Hoping someone can help get it even all the way around.
Thanks!
Brad
Hi Brad!
Thank you for using our theme.
Try the following:
#top .no_margin.av_one_third {
padding: 0 10px 20px !important;
}
#top .grid-sort-container{
padding: 0 10px !important;
}
Regards,
Günter
Hi Günter
Thanks for the quick response.
This almost does the trick. The only issue is the third column gets knocked down to the next row with the inclusion of the margin/padding. Is there a way to reduce the size of the thumbnails? I can’t seem to decipher the titling of it and I don’t want to start hacking around.
Many thanks.
Brad
Hi Günter
Found it! Looks like it’s figured out. Just tweaked the:
#top .no_margin.av_one_third {
width: 33% !important;
Cheers.
Brad