Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #191643

    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

    #191645

    Hi rdswestnet!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .isotope-item { padding-right: 10px; }

    Regards,
    Yigit

    #191649

    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

    #191848

    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

    #505561

    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

    #505569

    Hi!

    Can you please post the link to your page? Currently you are displaying 2 column layout

    Regards,
    Yigit

    #509003

    Hi,

    I don’t understand, what do you mean 2 columns? What page are you looking at?

    Cheers

    #509097

    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

    #509423

    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

    #509460

    Hi,

    This is the idea .Preferably with the next/previous arrows ;)

    Cheers,
    Steven

    #509841

    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

    #509913

    Hi Ismael,

    Thanks, works!

    Cheers,
    Steven

    #510064

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Add margin/padding to gallery thumbnails’ is closed to new replies.