damn
yes in very rare cases the layout can get invalidated, unfortunately im not sure why this happens
its best to install a backup plugin like updraftplus that regularly creates backups of your website :|
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-left applied to it:
[image: 1641265016179-screen-shot-2022-01-04-at-3.53.47-pm-resized.png]
You could change the amount of margin-left to push it way outside it's container:
[image: 1641265092467-screen-shot-2022-01-04-at-3.54.12-pm-resized.png]
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