Site logo

Archived topic

How to add gutter space padding or margin in the my image gallery ?

3 replies · Started by bluebit on October 23, 2019

Viewing posts 1–4 of 4

I'm using siteorigin layout builder and the wordpress gallery widget, and there is not way to adjust gutter spacing between the images. How to add gutter spacing to the gallery images?

Hi there,

the Gallery is using padding on each of the image to create the gutters you can change it with this CSS:

.gallery-icon {
    padding: 10px;
}

thank you

You're welcome

This archived topic is closed to new replies.