Plugin Author
mra13
(@mra13)
yeah that should be doable with a bit of CSS tweak. Can you please post a link to your gallery page?
Sorry for the delayed response, I have been out of action with the flu.
Here is the link to my gallery: http://www.capturethewonders.com/wppg_photogallery/gallery1/
I have found that using template 2 results in thumbnails that are too small. If I use template 3 (which originally didn’t work but is now working) the thumbnails are the size I want them to be, but they need a margin added to give some space between all of the photos. When I try to add that through the plugin settings, it doesn’t appear to be working. However, I don’t know how to edit the CSS for the plugin safely, or what the better option is to do with this.
I’m thinking it might be something simple I’ve overlooked, but it doesn’t seem to be working out. Hope you can help!
Thank in advance!
Hey,
Just checking in to see if you require any further information from me on this?
Thanks again for your help
Plugin Author
mra13
(@mra13)
Hi, Do the following to add more margin around your photos for the template 2 gallery.
Grab this plugin so you can add some custom CSS:
https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413
Now, add the following css tweak in there:
#wppg-gallery-template-2 .wpsg-t2-item{
margin: 10px !important;
}