I've managed to move the captions out of the slide, however I can't change the numbers and paddings.
I've made a new text format and called it _CarouselMobile because the format used for the browser carousel don't fit the mobile version very well.
However, while the caption is now a different color and smaller text size - as needed - the numbers are still using the generel rule from Carousel settings, thus making the numbers a different color and size than the captions on phone version.
The padding is also force using the Carousel settings even though I've tried to change it for the .mobilecarousel through custom css.
This does nothing:
.mobilecarousel .lay-carousel-sink-parent .numbers {
padding-bottom: 10px!important;
padding-right: 10px!important;
}
Here you can see that I can only change captions. The numbers are still white and larger, and the overall padding is too big compared to the image in the carousel. (I made a grey background so you can see, but ideally I need a white background)
