• Resolved Yes931

    (@yes931)


    I tried to add tag <center>…</center> on Album page but it ignores it and puts the album and the galleries on the left side of the page. is there a way to make the album and galleries appear in the center of the page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Yes931

    (@yes931)

    This CSS works to center the thumbnails on the page, but what would be the CSS to get the Album Galleries thumbs to center on the page?

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

    Thread Starter Yes931

    (@yes931)

    Ok I figured it out. To center album gallery thumbs…

    /** Center Album Thumbnails */
    .ngg-albumoverview {
    text-align: center !important;
    }
    .ngg-album-compact {
    float: none !important;
    display: inline-block !important;
    }

    Thread Starter Yes931

    (@yes931)

    resolved

    Plugin Contributor photocrati

    (@photocrati)

    @yes931 – Thanks for sharing!!

    – Cais.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center align Album and galleries on page’ is closed to new replies.