• Resolved rebop

    (@rebop)


    For the likely final tweaks to my album and galleries, do you have a snippet of css code to horizontally center albums and galleries? Nothing I have tried has worked and searching did not uncover anything at all for albums.

    Thanks!

    ~Bob

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

    (@photocrati)

    @rebop – Which album display type and which gallery display type are you referring to? Although generally the ideas will be the same it may be something specific that needs to be addressed (which may also include some specificity directly related to your site/theme).

    Thanks!

    – Cais.

    Thread Starter rebop

    (@rebop)

    Thanks for the reply.

    Compact album and basic thumbnail galleries.

    Not at all a big deal, but just a ittle added polish to the pages if I can get them page centered horizontally.

    Thanks again.

    ~Bob

    Plugin Contributor photocrati

    (@photocrati)

    @rebop

    The following should work for the Basic Thumbnails display type:

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

    Albums may requires some specificity that is directly related to your theme as well.

    Thanks!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Horizontally center albums and galleries?’ is closed to new replies.