Hello, Can someone help me figure out why my Homepage Collections Layout is moving up and down when i scroll over othem mobile devices only?
Link : urbanchic.ro
Thanks
Hello, Can someone help me figure out why my Homepage Collections Layout is moving up and down when i scroll over othem mobile devices only?
Link : urbanchic.ro
Thanks
@media screen and (max-width: 989px){
.collection .slider.slider--tablet {margin-bottom: 0rem !important;}
}
Thanks!
Still the same! I thought i is from “GLO Color Swatch” app, but if i disable it nothing happens.
Also, i’ve used this piece of code
“.collection .slider-buttons
{
display: none;” to hide the counters numbers from collections. Even if i delete this the movement is still there!
Thank you!
Thanks Welcome Again
you will add this CSS code ?
@media screen and (max-width: 989px){ .collection .slider.slider–tablet {margin-bottom: 0rem !important;} }
Found it! I had the option “reveal sections on scroll” enabled and after i disabled it everything is back to normal! Thanks!