Wrap description text under thumbnails
-
Try as I might I cannot get the text descriptions under each image to wrap.
https://reliablepropertysolutions.co.uk/test/photo-gallery/glazing/
I also can’t seem to make the background to the images any colour other than white. Not sure if this is some kind of weird caching thing, but I’ve tried in all sorts of different browsers/devices, and it’s still white.
This is the css code I’m using for the images.
======
.ngg-gallery-thumbnail img {opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: opacity .5s linear;
}.ngg-gallery-thumbnail img:hover {opacity: 0.4;
filter: alpha(opacity=40);
-webkit-transition: opacity .5s linear;
}.ngg-gallery-thumbnail-box {
background-color: #333333;
color: #999999;
}.fancybox-title-inside {
color:#333333;
font-style:italic;
}.ngg-gallery-thumbnail span {
color: #999999;
}.ngg-template-caption .ngg-gallery-thumbnail {
color: #999999;
}/** Center Basic Thumbnails */
.ngg-galleryoverview {
text-align: center !important;
}
.ngg-gallery-thumbnail-box {
float: none !important;
display: inline-block !important;
}
======Any help please?
Thank you.
- The topic ‘Wrap description text under thumbnails’ is closed to new replies.