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

    (@photocrati)

    @arthughesphoto – Have you tried applying similar CSS to the album display as you did to the thumbnails display?

    As to the number of photos reference, try the following:

    /** Hide number of photos in compact album display */
    .ngg-album-gallery-image-counter {
        display: none;
    }

    Thanks!

    – Cais.

    Thread Starter ArtHughesPhoto

    (@arthughesphoto)

    I tried using the same code just substituting album instead of gallery, but it didn’t work. It was just me guessing so I wasn’t surprised

    This is what i used for the gallery thumbnails that worked:

    .ngg-galleryoverview {
    text-align:center;
    }

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

    Thread Starter ArtHughesPhoto

    (@arthughesphoto)

    Your css to hide the image count worked perfectly. Thank you!

    Thread Starter ArtHughesPhoto

    (@arthughesphoto)

    Do you happen to know how I should alter the gallery thumbnail css to work for the album thumbnail display?

    thank you so much!

    Plugin Contributor photocrati

    (@photocrati)

    @arthughesphoto – With your content area width set to 100% it is very difficult to add common CSS to center your layout. You may need to set some additional parameters or work with your theme author to help get the look you are after.

    Thanks!

    – Cais.

    Thread Starter ArtHughesPhoto

    (@arthughesphoto)

    I am on the Photocrati theme w the nextgen gallery plugin. Unfortunately the Photocrati support ticket i opened to try and get help was no help at all.

    I assumed getting the album thumbnails centered would be simple considering how easy it was w the gallery thumbnails.

    If there is any help you can provide i really appreciate it.

    Thank you

    Plugin Contributor photocrati

    (@photocrati)

    @arthughesphoto – I pinged one of our developers on this item. Try this custom CSS:

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

    You will have to add this under Gallery > Other Options > Styles specifically and you may need to use an anonymous browser window to see the effects immediately.

    Thanks!

    – Cais.

    Thread Starter ArtHughesPhoto

    (@arthughesphoto)

    Thank you very much. I will try that this evening and report back.

    Plugin Contributor photocrati

    (@photocrati)

    @arthughesphoto – Thanks! My quick testing seems to have this pan out well.

    – Cais.

    Thread Starter ArtHughesPhoto

    (@arthughesphoto)

    I just updated the CSS on my site and its working perfectly now. I just need to do some color changes on the borders and it will be good to go.

    Thank you very much for your help!

    Plugin Contributor photocrati

    (@photocrati)

    @arthughesphoto – Thanks for the update!

    – Cais.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘How to center Album thumbnail display on page’ is closed to new replies.