hello, I am using layer slider on a web site i am building for a client.
When i am using a smaller screen, the slider becomes shorter and shorter, and In the mobile it disappears, even though I don't hide it on the mobile. can you help me with this problem?
Sorry for the delayed response. The support desk's operator had some issues with their servers and it also affected us.
I have looked into this and the problem is caused by the following code that is generated by your theme:
/*--------tablet---------*/
@media screen and (min-width: 601px) and (max-width: 999px) {
.home-slider-row {
display: none;
}
With this code your theme is hiding the slider on certain screen sizes. Please look for an option to disable this behavior in the theme options and/or contact your theme author on how you can remove this effect or prevent it from applying on the slider.
hello, I am using layer slider on a web site i am building for a client.
When i am using a smaller screen, the slider becomes shorter and shorter, and In the mobile it disappears, even though I don't hide it on the mobile. can you help me with this problem?
thank you very much.
Hey matan sabti,
Could you please show us your site or a test page where we can check this ?
gladly!
The url is: http://yoezer.s110.upress.link/
You can see the slider right away at the top of the page after the header.
Sorry for the delayed response. The support desk's operator had some issues with their servers and it also affected us.
I have looked into this and the problem is caused by the following code that is generated by your theme:
With this code your theme is hiding the slider on certain screen sizes. Please look for an option to disable this behavior in the theme options and/or contact your theme author on how you can remove this effect or prevent it from applying on the slider.