Viewing 2 replies - 1 through 2 (of 2 total)
  • @munkytattoo To spread them more you can simply change the margins:

    .ngg-gallery-thumbnail img {
    margin: 9px;
    }

    But you can have a real centring of the elements in this way:

    .ngg-galleryoverview {
    text-align:center;
    }
    .ngg-gallery-thumbnail-box {
    float:none !important;
    display:inline-block;
    }

    Write one of the two in CSS customization area.

    Thread Starter munkytattoo

    (@munkytattoo)

    Sorted Thanks! @tizz

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

The topic ‘Thumbnail spacing issue’ is closed to new replies.