Possible to have Numbers outside (meaning: left of the) Carousel?
-
Hi.
Is it possible to position numbers on the left side of the window and left of the carousel which doesn't use the full width.
I want to have a caption centered below the carousel and the numbers should be on the same vertical position but on the left side of the window.
-
Dear @jr
Unsure of your setup but if this works for you:
Below you can see the Carousel with the number's element and a
margin-leftapplied to it:
You could change the amount of
margin-leftto push it way outside it's container:
If you have content to the left of your Carousel this may not work for you as it will push it. Need to test.
Example Code:
.lay-carousel-sink-parent .numbers { margin-left: -100px !important; }This can be added via > Customize > CSS or > Lay Options > Custom CSS & HTML > Custom CSS
(NOTE: the number settings within Carousel settings should be set to "below" and "left" to suit the above code)
Hope this helps JR & best wishes for 2022! 🌻
Richard