We spent a thereat deal of time building the slider and working with text layers etc. The slider works fine on a desktop or laptop, but does not work on mobile devices. Images are not reducing in size to fit smaller screens and are cut off. Text layers are made too small to read.
you have choose to set your slider background as cover and that won't resize the image based on the screen size. You can find the explanation of that CSS feature here
In order to resize the text layer properly, you have to use media queries with the custom CSS cod. Please check here what are media queries and how to use them
We spent a thereat deal of time building the slider and working with text layers etc. The slider works fine on a desktop or laptop, but does not work on mobile devices. Images are not reducing in size to fit smaller screens and are cut off. Text layers are made too small to read.
Hi,
you have choose to set your slider background as cover and that won't resize the image based on the screen size. You can find the explanation of that CSS feature here
https://www.w3schools.com/cssref/css3_pr_background-size.asp
In order to resize the text layer properly, you have to use media queries with the custom CSS cod. Please check here what are media queries and how to use them
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Regards,
Igor