Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #829234

    Hi Kriesi,

    I have a small issue wich I cannot find the answer to.
    On my site I wanted some space between the portfolio grid items.
    So I have put this in my custom CSS:

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

    It works great!

    But on the homepage I have a Masonry Grid wich shows blog posts, they need to be 100% tight on each other but they are affected as well by this piece of code. How do I get the portfolio Grid items have 30px space in between and the Masonry Blog Items Gid on the homepage not?

    Also: the portfolio grid items show the caption text below the grid items, could they be put on the featured image as well? Just to try because if the words are not readable it is not functional, or I’d need to apply some overlay / opacity on the image. This however is not that important.

    Thanks guys!

    #829263

    Hey Aerdvark,

    So you want the homepage gallery to not have spacing?

    Best regards,
    Jordan Shannon

    #829264

    Yes exactly

    #829267

    Hi,

    Add the following:

    #top.home .isotope-item { padding-right: 0px!important; padding-bottom: 0px!important; }

    Best regards,
    Jordan Shannon

    #829268

    Hi,

    Apologies, coded correction:

    #top.home .isotope-item { padding-right: 0px!important; padding-bottom: 0px!important; }

    Best regards,
    Jordan Shannon

    #829271

    Thanks Jordan Shannon that was all!!
    Great and very fast support!
    Many kudos to you.

    #829276

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums!

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Padding issue on Portfolio Grid and Masonry Grid’ is closed to new replies.