Forums

[resolved] how to increase or decrease the borders of thumbnail images in nextgen gallery? (3 posts)

  1. san
    Member
    Posted 1 year ago #

    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

  2. Mark / t31os
    Moderator
    Posted 1 year ago #

    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; }
  3. san
    Member
    Posted 1 year ago #

    thank you.
    it worked

Topic Closed

This topic has been closed to new replies.

About this Topic