Viewing 2 replies - 1 through 2 (of 2 total)
  • 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; }

    Thread Starter san

    (@sandesh)

    thank you.
    it worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to increase or decrease the borders of thumbnail images in nextgen gallery?’ is closed to new replies.