• Resolved pauly33

    (@pauly33)


    I like this plugin so far but cannot seem to get the gallery centered on the page.
    I’ve looked at other similar questions here but they don’t seem to be my exact issue.
    I’ve tried putting the gallery in div tags and centering that. Tried adding an ID to the div tag and using CSS to center it, but that doesn’t work either.

    How can I get the images centered and evenly spaced?

    Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @pauly33!

    I’m not seeing a gallery on the page you linked to, did you happen to remove it? I’d be happy to help you center the gallery, but I’ll need to see how your gallery is displaying on your page. A new link would be great! ?? Thank you!

    Becky

    Thread Starter pauly33

    (@pauly33)

    Sorry I can’t keep that page live, it was affecting the website.
    Here is a screenshot of the page https://cl.ly/3b2s3z1c1d2P and here is a screenshot of the dev tools in chrome https://cl.ly/2E0i1A0K3R0S .
    If this doesn’t help, where else should I look?

    Plugin Contributor Imagely

    (@imagely)

    Thank you, @pauly33!

    Navigate to Gallery > Other Options > Styles, open up the stylesheet and copy and paste the following code, and save changes:

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

    Keep me posted on your results ??

    – Becky

    Plugin Contributor Imagely

    (@imagely)

    Because it has been a month or more since your last reply, I am going to mark this as resolved as I assume you have found a solution. Please feel free to reply again if you still have questions. ??

    Thanks!
    Becky

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering galley’ is closed to new replies.