-
AuthorPosts
-
January 28, 2015 at 12:01 am #193176
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.
January 28, 2015 at 12:02 am #193177This reply has been marked as private.January 28, 2015 at 1:57 pm #193696Never 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.
January 28, 2015 at 4:25 pm #193828Glad you got it to work and thanks for updating the post!
July 6, 2015 at 9:19 pm #322734Hi 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?July 7, 2015 at 12:18 am #322823Hi there,
Add a text element and and add your gallery shortcode in text tab of editor.
Thanks.
-
AuthorPosts