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!
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!
@stevenlyrathemes Thank YOU so much. It worked.
-
This reply was modified 5 years, 7 months ago by
arrisje.