This may be similar to this thread: https://kriesi.at/support/topic/slideshow-volle-breite-responsive-slide-show-full-width-responsive/
The text and button on the Fullwidth Easy Slider are not working properly on mobile/smaller devices. The text and button are covering up the image. Can we get some help with this? I thought the text used to be responsive. Thanks.
Hi mgyura,
I’m not sure how you would like it to work instead? Please post a screenshot highlighting the changes you would like to make and/or try to explain a bit further.
Best regards,
Rikard
Hi Rikard,
Thanks for getting back to me. Right now, the slider has the text and button floating on the right of the image. When you look at it on mobile, the text is covering the entire image. We are wanting the layout on mobile to match the layout on computers.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.slideshow_align_caption p {
font-size:12px !important;
max-width: 70% !important;
float: right !important;
}
}
Best regards,
Rikard
I’m sorry, but this did not solve the problem. We are going to try Advanced Layer Slider instead. Thank you for your help.