• Resolved umbrella2design

    (@umbrella2design)


    Hi,

    I’m trying to customize the gutter width between the images on the marsonry image gallery. My client wants it to be less. I have set to normal, and she wants less than that.

    I tried using this code, and it’ll only adjust the left and right gutter, not the bottom.

    #foogallery-gallery-134 .fg-gutter-width {
    width: 5px;
    }

    Kristy

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi Kristy,

    You can try adding this custom CSS to give you the appearance of a 1px gutter around each image:

    
    div.foogallery.fg-border-thin .fg-item-inner {
        border-width: 1px;
    }
    

    I think it will be a good idea to add a new option for this, so you will end up with “No gutter, Thin, Normal and Large” for masonry columns layouts

Viewing 1 replies (of 1 total)

The topic ‘gutter width in masonry image gallery’ is closed to new replies.