Please ignore my last post. I'll check and update asap.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Please ignore my last post. I'll check and update asap.
Hello! On the bottom of file you have preAPPERY CODE
div.swiper-container, div.swiper-slide {
width: 100%;
height: 100vh;
overflow: hidden !important;
}/prereplace it with pre/APPERY CODE/
div.swiper-container, div.swiper-slide {
width: 100%;
height: 120px;
overflow: hidden !important;
}/pre
Thanks, but its still doing the same thing. No change. I've tried it with the above changes from 'relative' to 'absolute' as well, and it still does nothing; it's either very large or disappears entirely.
Hi Doug,
Add custom CSS code:prediv[name=swipercontainer]{
height: 120px;
overflow: hidden;
}/pre
WOO! I modified it to:
precode
div.swiper-container, div.swiper-slide {
width: 100%;
overflow: hidden !important;
}
div[name=swipercontainer]{
height: 120px !important;
overflow: hidden !important;
}
/code/pre
And it works!
I know it's been a pain...but is there a way to adjust the "120px" to adjust for screen sizes?
Can't tell you how much I appreciate it! Thanks all!
Hi Doug,
You can specify the relative height, for example:preheight: 25vh;/pre