• I know the code below will center the thumbnails for Firefox, Chrome, etc. But I have yet to find someone who is able to center thumbnails for IE. I really would like them centered for all browsers.

    Can someone share the IE specific CSS that I can add on to this?

    .ngg-galleryoverview {
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    clear:both;
    display:block;
    }
    .ngg-gallery-thumbnail-box {
    float:none !important;
    display: inline-block;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not a CSS pro but have you tried margin: 0 auto;? It’s what I use to center singlepics.

    Thread Starter drsprite

    (@drsprite)

    Didn’t seem to work. The first set I posted works great, but in IE it puts them on separate lines.

    Would really like to figure this out.

    Anyone?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Center thumbnails’ is closed to new replies.