Hello Joomlart team,
Is there any way to make Ja Slideshow Lite responsive? I read other threads that help to hide it from XS screen size and similar, but I would like an option to make it work on small resolution screens. Thank you.
Ja Slideshow Lite not responsive
lynnmora
Hi
Slideshow does not fit in the small devices due to text design and background images. Its not possible to make exact view in the mobile this is why its set to hidden.
You can try this code in custom.css file to make some tweak
@media(max-width:468px){.ja-ss-desc h3{font-size: 14px!important;}
.rightright.active .ja-ss-desc, .ja-slideshow .container {width: 100%!important;left:10px!important;}
}