• Resolved karennel

    (@karennel)


    I’ve set image borders in the style sheet of my theme as follows:
    #content img {padding:3px; border: 1px solid #999999; margin:3px;}
    When I insert images into text pages, the border shows correctly, but I have a nextgen slideshow on my homepage which stretches the full width of the page and here the right and bottom border doesn’t appear. See
    https://180.210.201.130/~baobabph/school/
    If I change the image size of the slideshow to very small, then the border appears correctly. How can I fix it so the border shows when viewing slideshow at page-width size?

Viewing 1 replies (of 1 total)
  • Thread Starter karennel

    (@karennel)

    By adding this line to the style sheet code, the issue was resolved:
    .ngg-slideshow {
    height: 452px !important;
    width: 893px !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Border does not display entirely around image in NextGen slideshow’ is closed to new replies.