• Resolved flitter14

    (@flitter14)


    Hello,

    I would like the images in my wordpress galleries (native) to be lined up right next to each other without a space in between. I’ve tried several css updates but can’t seem to figure out where this can be adjusted.

    http://wildwithgarnish.com/essence

    Any suggestions would be greatly appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    It appears that it is not with the CSS that you’ll be able to change this as there is no css margin/padding being applied to your gallery images. The answer lies in the <img width=”150″ height=”150″ …>.

    Can you find an option to change the size of the image to make it bigger ?

    Thread Starter flitter14

    (@flitter14)

    Thanks for the response. It actually wasn’t listed anywhere in my files so I just created an exception for it in my CSS

    .attachment-thumbnail {
    height: 175px; width: 175px !important;
    }

    Thanks!

    Great, I’m glad it worked.

    I just want to point out though that setting the height breaks some of the responsiveness of your theme. It shrinks your image in width but not height. Height should be set to auto.

    Thread Starter flitter14

    (@flitter14)

    Thanks, I noticed that as well. I’ll make the change.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Space Between Images in Gallery’ is closed to new replies.