• Resolved arrisje

    (@arrisje)


    I can’t get my slider centered. Anyone got the css code for that?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @arrisje,

    It looks like you’re using Thumbel Slider, are you trying to center the slider itself in the body of the page?

    If so, you can add this CSS and it should do the trick:

    .thumbel_slider {
        margin: 0 auto;
    }

    Let us know if you need anything else!

    Thread Starter arrisje

    (@arrisje)

    Thanks Steven,
    That slider does not want to move to the center, even with putting the above css code on the additional css. 🙁

    Gotcha…looks like it’s being overridden by some other CSS- you can use an !important rule in this case to make sure your centering is respected:

    .thumbel_slider {
        margin: 0 auto !important;
    }

    Let me know if you still have trouble!

    Thread Starter arrisje

    (@arrisje)

    @stevenlyrathemes Thank YOU so much. It worked.

    • This reply was modified 5 years, 7 months ago by arrisje.
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘slider’ is closed to new replies.