Site logo

[Support request] nextgen gallery centering

Home Forums Support [Support request] nextgen gallery centering

Home Forums Support nextgen gallery centering

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2458352
    Petar

    Hello, once I’ve moved to generate press, nextgen galleries suddenly stopped being centered. Giving you more info in private

    #2458361
    Fernando
    Customer Support

    Hi Petar,

    Can you try adding this through Appearance > Customize > Additional CSS?:

    .ngg-galleryoverview {
        text-align: center;
    }
    .ngg-galleryoverview > .ngg-gallery-thumbnail-box {
        float: none;
        display:inline-block
    }
    #2458368
    Petar

    Huh..nothing changed

    #2458384
    Fernando
    Customer Support

    Can you press “Enter” every after } in your CSS codes? Currently, they all seem conjoined which may be causing the issue.

    Let us know how it goes.

    #2458387
    Petar

    I did it, is it ok? but still problem is there

    #2458400
    Fernando
    Customer Support

    I see. I updated the code above. Can you try that instead? Let us know how it goes.

    #2458403
    Petar

    all good now ,thanks

    #2458417
    Fernando
    Customer Support

    You’re welcome, Petar!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.