NextGEN Gallery Thumbnail Alignment Wrong
-
I’ve recently installed the NextGEN Gallery on my website.
I’m having trouble with the thumbnails aligning in horizontal rows. It looks like the image thumbnails is going outside of it’s container div’s. The image thumbnails appear like steps and have a horiztonal line above and below each image that is greater than the width of the image.
All thumbnails are equal width and height (and have been updated accordingly). I have tried adding set heights and widths with custom css (in both my css sheet and the next gen style sheet). Testing the plugin shows that there are no theme or plugin conflicts. I have also tried deleting and re-installing. I have not tried setting my theme to default.
I think that something is pushing the image down and outside of the container div, possibly the span text for the description.
Here is my css:
.ngg-galleryoverview {
border: 1px red solid;
}.ngg-gallery-thumbnail-box {
width: 320px;
height: 200px;
border: 1px blue solid;
}.ngg-gallery-thumbnail {
width: 310px;
height: 180px;
margin-top: 0px;
border: 1px green solid;
}.shutterset_set_1 {
border: 1px orange solid;
width: 310px;
height: 180px;
}.ngg-gallery-thumbnail span {
border: 1px red solid;
}Here is a link to my site: https://www.ellamobbs.com.au/portfolio/
If anyone can help that would be swell.
Thanks.
- The topic ‘NextGEN Gallery Thumbnail Alignment Wrong’ is closed to new replies.