Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @pepcasamiquela – For the NextGEN Basic Thumbnails display you can use the following custom CSS under Gallery > Other Options > Style to center the display:

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

    It might need adjusting depending on your theme but the above works as is in most cases.

    Thanks!

    – Cais.

    Thread Starter PepCasamiquela

    (@pepcasamiquela)

    Thank you
    resolved
    Pep

    Plugin Contributor photocrati

    (@photocrati)

    @pepcasamiquela – Thanks for the follow-up!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alignment gallery’ is closed to new replies.