• Hello there,

    I want to know where I can easily change the size of the border around the image thumbnail.

    http://www.saxamo.com/the-louvre/

    I want the border around the image to be the same as the border around the images on the home page.

    http://www.saxamo.com

    Where do I change this in the css or am I just missing an option some place in the settings? Please advise.. I appreciate your help.

    Kind regards,
    Saxamo

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sorry I don’t have an answer, but I do have a question. I would like to put a single picture in my blog using nextgen. I have used the format [singpic=id] but I don’t know how to get a border around it like you have in your second link. How do you do that?

    Thanks
    Margot

    Thread Starter saxamo

    (@saxamo)

    Instead of using this gallery for single posts… What you need to use is highslide js. It is very easy to install and then using a single line of code you can add your pictures wherever you want with a nice effect.

    http://highslide.com/

    Good luck.. It is very easy to use and to configure. Once you do it once you will be just fine.. support is available and if you have any issues the person who makes it will respond within 24 hours if not less.

    Kind regards,
    Saxamo

    in ngg_dkret3.css, find following style and set padding to 0px (was 4px):

    .ngg-gallery-thumbnail img {
    	margin: -6px 6px 6px -6px;
    	background-color:#FFFFFF;
    	border:1px solid #A9A9A9;
    	display:block;
    	padding:0px;
    	position:relative;
    }
    Thread Starter saxamo

    (@saxamo)

    Thanks very much.. I tried a few places in the css but not that one.. Thanks so much for the pointer.. just did not want to make a change to the css in the event there was an OPTION some place else..

    Kind regards,
    Saxamo

    I just cannot make this work. No matter how I tweak the image gets cut off on the right. Arggh. Guess it’s time to give up.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] changing image border size’ is closed to new replies.