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.