Viewing 1 replies (of 1 total)
  • Plugin Author Matthew McConnell

    (@maca134)

    Hey, it looks like all img elements have display:block set and it produces the vertical effect.

    Add this to your style.css at the bottom

    #wpsimplegallery img {
    display: inline;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Gallery Comes out Vertical’ is closed to new replies.