Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1066710

    We are building our new website here:http://www.quercusgardens.com.au/Rhapsody/
    We would like the spacing between masonry news items to be the same as that used in the Portfolio grid.
    Can you provide the css for that?
    Thanks in advance.
    Barb

    #1066863

    Hi,

    you could try this one:

    a.av-masonry-entry.isotope-item{
    box-shadow:0px 0px 0px 5px rgba(255,255,255,1);
    }

    Regards
    Alex

    #1067235

    Thank you Evendril! Exactly what I was looking for :)

    #1067271

    Hi quercusash,

    Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it. Thanks @evendril for helping out :-)

    Best regards,
    Rikard

    #1081127

    Hi
    I tried submitting as new thread but didn’t get a response so perhaps if I add to this existing query. The above worked great but unfortunately it’s also adding additional space to the “large gap” in the portfolio masonry gallery which is causing the images to display incorrectly. You can see here on a couple of the images there is a white space cut out on the right of the image: http://www.quercusgardens.com.au/Rhapsody/portfolio-item/bellevue-hill/

    Looking for a solution that allows us to the have gap in the masonry news item but not the masonry gallery item.

    Thanks in advance.
    Barb

    #1082621

    Hi,

    Thanks for the update.

    Replace the previous modification with the following css code.

    .av-masonry-entry.post {
    box-shadow:0px 0px 0px 5px rgba(255,255,255,1);
    }
    

    That should exclude the items from the masonry gallery.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.