Forums

[Plugin: NextGEN Gallery] Centering Thumbnails (5 posts)

  1. Death Dream
    Member
    Posted 3 years ago #

    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~

  2. Alex Rabe
    Member
    Posted 3 years ago #

    Play with the css and margin-auto. It's always theme depended

  3. Chintaru
    Member
    Posted 3 years ago #

    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.

  4. Alex Rabe
    Member
    Posted 3 years ago #

    Thanks for your note

  5. Tokonik
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.