i've been trying to decrease the borders in my thumbnail images in nexgen gallery. i tried it in css control. but there is no change..anyone to help me out?
see
http://sandeshmalla.com.np/photographs/gallery
i've been trying to decrease the borders in my thumbnail images in nexgen gallery. i tried it in css control. but there is no change..anyone to help me out?
see
http://sandeshmalla.com.np/photographs/gallery
What you see is not actually a border but a background colour applied to the image via CSS.. the background looks like a border because the image has also been given some padding..
Add this to your stylesheet and adjust as appropriate.
.ngg-gallery-imagewrap .thickbox img { padding:2px; }
Code not work? Use this instead.
.ngg-gallery-imagewrap .thickbox img { padding:2px!important; }thank you.
it worked
This topic has been closed to new replies.