Unsure of your setup but if this works for you:
Below you can see the Carousel with the number's element and a margin-left
applied to it:

You could change the amount of margin-left
to 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