Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author simonpedge

    (@simonpedge)

    If you are wanting to center align the entire slider (i.e the slider container), then try something like:
    #my_slider {
    max-width:800px;
    margin:0px auto;
    }

    To center-align content within each slide:
    #my_slider .owl-item div {
    text-align:center;
    }

    Plugin Author simonpedge

    (@simonpedge)

    I hope the CSS code I provided worked for you, and you are enjoying ‘Slide Anything’. I’m marking this as resolved.

    Hey!

    It doesen’t work properly for me – this css make some changes but it looks more like “center/left” How to fix it?

    The code I used:
    #carousel_slider{
    max-width:800px;
    margin:0px auto;
    }
    Screen:
    https://prnt.sc/ezgp88

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center align slider’ is closed to new replies.