• Resolved shawjoej

    (@shawjoejgmailcom)


    Hi,

    I’ve tried the following CSS, but my gallery thumbnails are still aligned left. What to do? I’ve looked through this forum for help but always find the same fix.

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

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @shawjoejgmailcom,

    Please try to use this CSS rule instead:

    .ngg-gallery-thumbnail img {
        margin: 0 auto !important;
    }
    Thread Starter shawjoej

    (@shawjoejgmailcom)

    Hi Mihai-Imagely,

    Thanks for the suggestion. It doesn’t seem to help.

    I go to gallery>other options>styles. In small print there is line that says “(Show Customization Options)”. I click on it and enter the code there.

    I’m using GeneratePress theme (Mantle) and WP 5.2.3, all updated. I’ve purged all caches 2x including Cloudflare.

    I’m at a loss.

    Here is an example of the left aligned thumbnails: https://www.opuntiads.com/opuntia-nicholii/

    Maybe there is a different/similar code?

    Joe

    Plugin Support Jaime Segura

    (@jaimeimagely)

    Hi,

    Please try the code from Appearance > Customize CSS from the WP Dashboard sidebar.

    Also, it is not default behavior, so you probably have a conflict of some sort with plugins or your theme.

    Please check by deactivating all plugins except for Nextgen and check again. If the problem is gone, start reactivating one plugin at a time and checking after each.

    I hope this helps.

    Thread Starter shawjoej

    (@shawjoejgmailcom)

    Hi,

    It worked when I entered it into the customize CSS option. It is interesting, it didn’t really work, it just make the columns more narrow. But, it looks much better.

    Thanks.

    Joe

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘NEXTGEN Gallery Centering (Still Doesn’t work with custom CSS)’ is closed to new replies.