• Hello,
    i would like to align/float the slideshow box to the right side so that the text is on the left. like how you can ‘float’ the images to the right when you want to add an image in using nextgen gallery. so far i am creating a sidebar on the right and placing the slideshow box in there, but i want to have different slideshows appearing on the various pages. is this possible?
    Thanks, grateful if anyone can help.

Viewing 1 replies (of 1 total)
  • Hi rinoa3108,

    Not sure if you figured this out, but I just did and thought I’d pass it along…

    Go into the Gallery > Style >. Go down to:

    /* ———– Slideshow ————-*/
    .slideshow {
    margin: auto;
    padding: 10px;
    outline: none;
    float: right;
    }

    (I changed the padding, etc. too. The important property is the ‘float: right;’

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] aligning slideshow box to right’ is closed to new replies.