• hi there,

    searched the forum for a possibility to align images within a slideshow. unfortunately didn’t find an answer. images are centered by default, how could i change that? i’d like to align images left as the content of the whole blog is left-lining…

    here you can see why i’d like to have images within a slideshow left-lining:

    https://www.ideasfirst.eu/en/2005/04/lux-magazine/

Viewing 4 replies - 1 through 4 (of 4 total)
  • did you ever get an answer to this? i want to do the same thing

    I suppose this is kind a everybody problem…, I havent got the answer on this too…

    https://www.belleinterior.com

    Hi,

    I had the same problem. I solved it this way: in css added 2 new div’s (for left and right aling), they look like this:

    #right {
    width: 250;
    height: 100;
    display: inline;
    float: right;
    }

    then, when adding new slideshow I simply put it in div. so the code is like this:

    <div id=”right”>[slideshow=1]</div>

    works well so far

    hi adasko,
    are you able to explain in a bit more detail as to how you did it? i am trying to align the slideshow box to the right with the text on the left. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] aligning images within slideshow?’ is closed to new replies.