-
-
Hi,
I Have a fullscreen codeless slider in the home page. When viewed on mobile this slider show entirely at first, but after scrolling in becomes smaller (height ? ) and some elements are not visibible anymore
what could be the problem?
thanks
Lieven
-
-
Hello,
The fading is an due to the parallax effect. To increase the slider’s height in mobile, please add this code into your custom css box:
@media (max-width:480px){ .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { min-height: 667px !important; }}Result screenshot. Let us know.
Best regards!
-
-
when I use webconsole I see that the ‘element’ has automatically size 290….
-
Hi Michaila
ok I created a login for you. And I added the info in my profile
thanks again
Lieven
-
Hello,
I edited the css code responsible for the mobile slider in your Custom Css box to this:
@media (max-width:480px){ .slider#slider-fullwidth { min-height: 667px !important;} .codeless_slider_swiper { min-height: 667px !important;} .codeless_slider_swiper .parallax_slider { min-height: 667px !important;} .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { min-height: 667px !important;} .codeless_slider .swiper-slide .buttons a.bordered { margin-top: 12px !important;} }Please check your site. The slider displays ok in mobile devices now (screenshot).
Let us know.
Best regards!
-
-
You must be logged in to reply to this topic.