• I’ve done a lot of searching but nothing I try works. How can I center the images my thumbnail images when my gallery is being viewed?

    ~Death Dream~

Viewing 4 replies - 1 through 4 (of 4 total)
  • Play with the css and margin-auto. It’s always theme depended

    float: left; is what causes the trouble. If you’d add a width variable (which is necessary for content within a floated div to center), it wouldn’t work right when you have a dynamic amount of thumbnails showing on each page. I replaced float:left; with display: inline; and added a margin: 0 auto; and text-align: center; and now it’s centered perfectly.

    Thanks for your note

    I tried doing what Chanty said and it didnt work, any ideas on what to do if it doesnt work with that ?

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

The topic ‘[Plugin: NextGEN Gallery] Centering Thumbnails’ is closed to new replies.