RayssaTolentino
-
Posts
5 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by RayssaTolentino
-
-
Hi Venera. Unfortunately it didn't work for me either, but thank you so much for sharing!
https://gerbil-hexaflexagon-8xh9.squarespace.com/
Click on any of the projects to see the Carousel Slideshow i'd like stacked on Mobile.
Should I change the Carousel to something else so it can be stacked on mobile?
-
Greetings. Can desktop carousels become stacked images for mobile version???
-
I'm desperately trying to get my desktop version image carousel to become stacked images on mobile version. It is even possible?
-
Can Desktop Carousel slides become stacked images on Mobile?
I'm desperately trying to get my desktop version image carousel to become stacked images on mobile version. It is even possible?
Can Desktop Carousel become stacked photos on Mobile version?
in Customize with code
Posted
Hi Venera,
A Godsent Person gave me the exact Solution:
@media screen and (max-width:767px) { ul.user-items-list-carousel__slides.user-items-list-carousel__slides--initialized { display: block !important; } li.user-items-list-carousel__slide.list-item { transform: unset !important; margin-bottom: 10px !important; } div[class*="-arrows"]{ display: none !important; } }