Center thumbnail images with different sizes
-
Hello,
I want to use thumbnail images in different sizes. But I would like to center them, now it is looking a little bit ugly:
https://www.stefanheller-art.de/49-2/
So far I use:
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Photocrati Media
Version: 2.12This stylesheet is provided to allow users the ability of overriding the default styles for all display types
*/.ngg-gallery-thumbnail img {
background-color: #FFFFFF;
border: 0px solid #A9A9A9;
display: block;
margin: 20px 40px 20px 40px;
padding: 0px;
position:realtive;
}I googled a lot about centering images in nextgen gallery, and tried a lot of code, but nothing was working until now.
Any ideas? Thank you very much!
- The topic ‘Center thumbnail images with different sizes’ is closed to new replies.