Hey, have you tried creating a separate slider for mobile in theme options > mobile slider?
Hannah
Thread Starter
ivan83
(@ivan83)
i did that. on mobile device is everything ok, but when i decrease size of window on desktop sliders tittles are not changing. I asking this because i”m not sure that sliders will be fine on some other mobile device
Let me look into this a bit and I’ll get back to you.
Hannah
The slider will switch only a on mobile device. It’s changed based on browser type not screen size, so re-sizing won’t show you a different slider.
if you want your desktop slider text to resize when the widow does you can add css like:
@media (max-width: 767px) {
.captiontitle {font-size: 20px;}
.captiontext p {font-size: 14px;}
}
Kadence Themes