Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Hi martine,

    To center the slideshow on your page, go to slideshow plugin’s General Settings page and click the ‘Custom Styles’ tab. Then click ‘Customize’ behind the ‘Dark’ default stylesheet, since I see you’re currently using that one. A custom style editor will pop up where you should make the following change:

    .slideshow_container {
    	background: #000;
    	margin: 0 auto; /* Add this line to center the slideshow */
    }

    Save the customized style, then go to your slideshow’s admin page. In the style settings box select the newly created custom style. Your slideshow should now be centered.

    Best regards,
    Stefan

    Thread Starter Fame Webdesign

    (@fame-webdesign)

    Thanks Stefan! It works! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘alignment slideshow’ is closed to new replies.