Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #193176

    mousie
    Participant

    Hello. I added installed the Nextgen Gallery plugin so I can add a portfolio gallery. In the Visual Composer, I created a new column and inserted a text field. In the text field I inserted the gallery and selected the basic thumbnail view. My gallery is currently set to 3 images per row (which also happens to be the amount of pics I uploaded since I was testing how the plugin works before I actually use it).

    My issue is: the thumbnails seem to align toward the left. How do I center the gallery’s thumbnails on my page? I tried inserting “center” html tags before and after the gallery shortcode but that didn’t work.

    Any help will be appreciated.. thank you.

    #193177

    mousie
    Participant
    This reply has been marked as private.
    #193696

    mousie
    Participant

    Never mind. I found the following css which seems to work.

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

    I hope that will help someone with a similar problem. Thanks.

    #193828

    John Ezra
    Member

    Glad you got it to work and thanks for updating the post!

    #322734

    france-delavie
    Participant

    Hi i just wonder how to insert nextgen gallery in the text field? I don’t understand. I want to use cornerstone, but it does not give me an option to select my nextgen gallery.
    Any tips?

    #322823

    Christopher
    Moderator

    Hi there,

    Add a text element and and add your gallery shortcode in text tab of editor.

    Thanks.