How do I get mobile view to look better for my slideshows? I’ve tried added CSS but it fixes the problem temporarily & once I save it reverts back to its original.
example with CSS:
@media only screen and (max-width: 600px) {
.slideshow-slide__heading {
font-size: 24px; /* Adjust the font size for mobile view /
}
.slideshow-slide__text {
font-size: 18px; / Adjust the font size for mobile view */
}
then when I save it, it reverts back to this:

