Support » Plugins » [Plugin: NextGEN Gallery] Images do not line up properly in gallery mode

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you mean that there is no 20 image on this page (lower right corner)? You can control the number of thumbnails on a gallery page by going to Setup > Gallery and changing the number under the “Number of images per page.”

    Hi,
    as far as i understand the problem comes up because your thumbnails contain descriptions which take a different amount of lines this causing the empty spaces.
    A not so very elegant solution is to edit the css (galler->style) of ngg you are using, adding a fixed height adapted to the description text taking the most space, after that every thumb regardless of the description length will be same height and no empty spaces anymore e.g.:
    look for .ngg-gallery-thumbnail-box {
    put inside the brackets:
    height:310px;

    best regards
    bee

    Thread Starter 725298

    Thx a lot!
    Solved it!

    I also had the annoying problem of many blank spaces in all 38 of my thumbnail displays. I finally found this great fix that Bee proposed 7 months ago. Thanks Bee Dudler; I made the addition you suggested to the .ngg-gallery-thumbnail-box section of nggallery.css and it worked like a champ! All of my blank holes in all of my gallery thumbnail displays instantly vanished. I had been chasing this problem for a couple of months.
    One further comment that may help someone else. I found that height:310px was way more than I needed. It gave lots of open space between the rows of thumbnails. I gradually reduced it, trying 250px, 200 px and then 150px. I found that for me 150px was best. It gave me zero blanks and a good looking matrix of thumbnails. What works best for each person will depend upon the thumbnail size you are using and the amount of descriptive text. Thanks again to Bee Dudler for the excellent solution to the problem.
    Dave Harrington
    Troy, Michigan USA

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] Images do not line up properly in gallery mode’ is closed to new replies.