http://responsivebeach.com/example-websites/ I would like to create some white space around the thumbnails in this portfolio grid set to “no scaling”. Can anyone give me the css for this? Thanks
Hi rdswestnet!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .isotope-item { padding-right: 10px; }
Regards,
Yigit
Hello Yigit
Thanks for the instant help. What you gave me is very cool and I am going to use it. But I was not clear:
I want to add some white space between the thumbnail and the border which goes around each thumbnail and caption. Thanks
Rob
Hey!
Please add following code to Quick CSS as well
.post-grid { padding: 5px; }
If this is not what you meant, please post a screenshot :)
Best regards,
Yigit
Works indeed but how about just a padding/margin left and right on item 2 with a three column layout. So that the first item doesn’t have a padding/margin left and the third item no padding/margin right. Is that possibble?
Cheers,
steven
Hi!
Can you please post the link to your page? Currently you are displaying 2 column layout
Regards,
Yigit
Hi,
I don’t understand, what do you mean 2 columns? What page are you looking at?
Cheers
Hi,
We are currently working on this portfolio. Would be great to have some white space left and right from the middle one and some white space on the bottom of all the items.
Cheers
Hi!
Can you please provide a screenshot of the layout that you have in mind? Note that you can modify the Layout > “Inner Padding” of the column elements.
Cheers!
Ismael
Hey!
The spaces between the items should be doable. Add this in the Quick CSS field:
.grid-entry {
padding: 10px;
}
Unfortunately, the arrows will require custom modification that is outside the scope of support. You can contact codeable: http://kriesi.at/contact/customization
Best regards,
Ismael
Hi Ismael,
Thanks, works!
Cheers,
Steven