Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1228609

    Hello, I need to get more space between images in a flexible masonry grid. The “Big distance”-option is not enough.
    Can you tell me whether I can use some CSS to manage it?

    THANKS!
    Alex

    #1228686

    Hey alex,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1228775

    yes, of course, thanks.
    _
    Please scroll down to the masonry, there are three images right now.
    The grid of the gutter should have way more whitespace.

    thanks!

    #1228966

    Hi,

    Add this to quick css:

    #av-masonry-1 figure{
        padding:50px!important;
    }

    Adjust the padding to whatever you need.

    Best regards,
    Jordan Shannon

    #1229059

    Thanks, but when I hover over the images the background still is in the former padding which makes it look quite unpolished.
    Could you help again, thanks!

    Best regards

    • This reply was modified 3 years, 9 months ago by xela.
    #1229267

    Hi,

    Try adding the following as well:

    #av-masonry-1 figure:hover{
        padding:50px!important;
    }

    Best regards,
    Jordan Shannon

    #1229350

    Unfortunately it did not work, but I added sth. like:

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    margin:52px!important;
    }

    That kind of made it.
    Thanks anyways.
    Alex

    #1229490

    Hi,

    No problem. Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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