jesswp Posted August 3, 2021 Share Posted August 3, 2021 (edited) I am using the "List Block - Carousel" to display content on this website. However, when I look at mobile, it isn't the most user-friendly since the arrows display at the bottom of the cards, rather than on the side (like Desktop). Therefore the user has to scroll down to click arrow, then scroll back up to read.... My question is: Is there a way to move the arrows to the side instead? OR Is there a way we can enable swipe function so they can flip through the cards easier on mobile? https://mushroom-sheep-669e.squarespace.com/ pass: harp (Go to classes page - middle section) Thank you so much for your time and expertise, Jess Edited August 3, 2021 by graceandoak Link to comment
Beyondspace Posted August 3, 2021 Share Posted August 3, 2021 23 minutes ago, graceandoak said: I am using the "List Block - Carousel" to display content on this website. However, when I look at mobile, it isn't the most user-friendly since the arrows display at the bottom of the cards, rather than on the side (like Desktop). Therefore the user has to scroll down to click arrow, then scroll back up to read.... My question is: Is there a way to move the arrows to the side instead? OR Is there a way we can enable swipe function so they can flip through the cards easier on mobile? https://mushroom-sheep-669e.squarespace.com/ pass: harp (Go to classes page - middle section) Thank you so much for your time and expertise, Jess try @media screen and (max-width: 575px) { .user-items-list-carousel .desktop-arrows { display: grid; } .user-items-list-carousel .mobile-arrows { display: none; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
jesswp Posted August 3, 2021 Author Share Posted August 3, 2021 Thanks so much, you make it look easy! Is there a way to make the buttons a bit smaller? Maybe by 30%? Link to comment
tuanphan Posted August 5, 2021 Share Posted August 5, 2021 On 8/4/2021 at 4:18 AM, graceandoak said: Thanks so much, you make it look easy! Is there a way to make the buttons a bit smaller? Maybe by 30%? Add to Design > Custom CSS /* List carousel arrows mobile */ @media screen and (max-width:767px) { svg.user-items-list-carousel__arrow-icon { width: 20px; height: 20px; } .user-items-list-carousel__arrow-button { width: 30px; height: 30px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
jesswp Posted August 8, 2021 Author Share Posted August 8, 2021 Amazing!! Thank you so much! 😄 Link to comment
abbiericher Posted September 25 Share Posted September 25 Hi there! Having the same issue on my website. PAGE: HOMEPAGE (Accueil) Desktop version look perfect! I need help with the mobile view. I would like to (1)resize the banner slideshow so it doesnt take too much space and then (2)move back the arrows on the left, as it is on desktop. PAGE: ABOUT US (À propos) Im using the list carousel and trying to (1)put the arrows on the left side (2)removing the arrows icon background and (3)changing the arrows icon color in black. Any help on that one? Thanks a lot! https://scms-test.squarespace.com/ PW: freelance Link to comment
tuanphan Posted September 27 Share Posted September 27 #1. Homepage Try adding to Custom CSS box /* Homepage List */ @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="6511abf155e1d3647c5b6632"] ul { min-height: unset !important; height: 70vh !important; } } #2. A propos page, use this code @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="64d3ff95212e137d3a05fc0d"] { .user-items-list-carousel__arrow-icon-background.mobile-arrow-icon-background-area { background-color: transparent !important; } path.user-items-list-carousel__arrow-icon-foreground.mobile-arrow-icon-path { stroke: black !important; }} } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
StephYoung Posted November 13 Share Posted November 13 hi - similar question here - does anybody know how to make those arrows square vs circle? Link to comment
tuanphan Posted November 18 Share Posted November 18 On 11/13/2023 at 10:59 PM, StephYoung said: hi - similar question here - does anybody know how to make those arrows square vs circle? If you share link to page where you use carousel, we can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment