Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi sweetestfever!

    Try applying this to your style.css:

    To apply this fix to just this specific gallery use:

    #gallery-2 {
      width: 100%;
      height: auto;
      overflow: hidden;
    }

    To apply to all galleries using the class gallery, use:

    .gallery {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    Thread Starter sweetestfever

    (@sweetestfever)

    That did it!
    Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gap between images in gallery’ is closed to new replies.