Carousel / change numbers position
-
Hi,
I have a page with several carousels, and always two side by side. The numbers are aligned on the left, but I would like to give a small margin to the numbers of the carousels on the left side, to not be too close to the border of the page.In a previous version of my website I managed to place differently the numbers of each carousel, but I can’t find a way to do it anymore (maybe because of an update ?), is it still possible ?
Sorry if I’m not very clear, a link to my website : marinestephan.com
Thanks !
-
Dear @MarineS
because your captions are centered your margin needs to be different for each slide-number.I am not sure if I recommend that. Then I would do the captions left aligned.
Anyway…
You can give each project an ID and then change the position like this:._numbers { margin-left: 23px !important; }Best!
Marius
-
Dear @MarineS
because your captions are centered your margin needs to be different for each slide-number.I am not sure if I recommend that. Then I would do the captions left aligned.
Anyway…
You can give each project an ID and then change the position like this:._numbers { margin-left: 23px !important; }Best!
Marius
Thanks a lot @mariusjopen !