• Hi!
    Great plugin!
    I do have a question though. I have a carousel showing 5 images at a time with a small gap between each slide. Works great.

    The carousel is close to full screen width, but while it’s flush on the left side of the screen, there is a gap on the right side of the last slide to the screen edge of about 3/16″.

    Is there a way to make it completely full-width or if not at least center the carousel in the viewport?
    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    You could try the following CSS:

    #SLIDER_ID {
    margin:0px auto !important;
    }

    Replace “#SLIDER_ID” with the CSS ID of your Slide Anything slider.

Viewing 1 replies (of 1 total)

The topic ‘Centering carousel’ is closed to new replies.