Forums

WP Simple Galleries
[resolved] Gallery Comes out Vertical (2 posts)

  1. mjbachmann
    Member
    Posted 2 months ago #

    When I insert galleries, the thumbnails end up being vertical rather than side by side. Is there a way to fix this?

    Example: http://myglamourpet.com/project/chib/

    http://wordpress.org/extend/plugins/wp-simple-galleries/

  2. Matthew McConnell
    Member
    Plugin Author

    Posted 2 months ago #

    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;
    }

Reply

You must log in to post.

About this Plugin

About this Topic