Jump to content

List - Carousel Arrows (Mobile) - SS 7.1

Recommended Posts

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

 

 

Screen Shot 2021-08-02 at 8.22.04 PM.png

Edited by graceandoak
Link to comment
  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

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

 

 

Screen Shot 2021-08-02 at 8.22.04 PM.png

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
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
  • 2 years later...

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

Capture d’écran, le 2023-09-25 à 16.03.21.png

Capture d’écran, le 2023-09-25 à 16.02.42.png

Capture d’écran, le 2023-09-25 à 16.02.24.png

Link to comment

#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
  • 1 month later...
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.