• Resolved AndrewRH

    (@andrewrh)


    Hi,

    The thumbnails on my gallery page at http://www.reeves-hall.net/nggallery/page-2071/images/ are a mixture of portrait and landscape.

    The NextGen v1.0.2 with WP2.7 doesn’t show them in a nice array of 3 per line. Instead, there are some rows with just one picture in them (kind of like the portrait picture in the row above is blocking the left-most picture from starting at far left, instead it starts to the right of the portrait picture from the line above.

    ~Andrew~

Viewing 1 replies (of 1 total)
  • Thread Starter AndrewRH

    (@andrewrh)

    A bit more searching and I found this post that said to change the ‘style’ of the thumbnail. Sovled!

    Oh how I wish these smart computers could do things themselves…

    ~Andrew~

    p.s. Basically the ‘height’ parameter had to be added to the style sheet setting…

    .ngg-gallery-thumbnail {
    float:left;
    height:200px;
    margin-right:5px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] Mixture of portrait and landscape thumbnails not aligned correctly’ is closed to new replies.