Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author redpixelstudios

    (@redpixelstudios)

    Probably the easiest way to accomplish it is to override the CSS properties associated with the spacing. Try adding the following to your custom CSS:

    .rps-image-gallery .gallery-item .gallery-icon {
         padding: 1.5%;
    }

    Let us know if you need further assistance. Cheers!

    Thread Starter paulo.tebet

    (@paulotebet)

    Thanks for the suggestion.

    I′ve added in two different places about custom CSS but there is no change.

    Can you see if the code is in effect at my site?

    paulotebet.com

    Regards,

    Paulo Tebet

    Plugin Author redpixelstudios

    (@redpixelstudios)

    You definitely have the code added properly, though it looks like we need to adjust the priority of the new value like so:

    .rps-image-gallery .gallery-item .gallery-icon {
         padding: 1.5% !important;
    }

    So essentially the only difference from the CSS provided previously is the addition of !important just after the padding value.

    Thread Starter paulo.tebet

    (@paulotebet)

    Perfect !

    Thanks a lot.

    Regards,

    Paulo Tebet

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Space between pictures in Masonry Galleries’ is closed to new replies.