Jump to content

Move List Section Arrows on Mobile to Sides

Recommended Posts

48 minutes ago, AllanYung said:

Site URL: https://trombone-walrus-wzht.squarespace.com

password: test

How can I move the List Section Arrows on mobile to the sides similar to how it is on desktop?

Can the arrows on mobile (e.g. in the image below) be moved to the side and centered vertically?

1057964853_ScreenShot2021-12-08at10_14_28AM.png.f82ff8b1c0184316dbfa7f27965ed752.png

This is how it looks on desktop.

1991752730_ScreenShot2021-12-08at10_13_52AM.thumb.png.2a9f015b2a7cfc872e1e5e1a14f55dfd.png

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  section[data-section-id="61b0346d33e0e169851dc58a"]
    .user-items-list-banner-slideshow
    .mobile-arrows {
    margin-top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: space-between;
  }
}

Let me know how it works on your site

Press 👍 or mark this answer as solution to help another one too

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
19 minutes ago, bangank36 said:

You can try adding to Home > Design > Custom Css

@media only screen and (max-width: 767px) {
  section[data-section-id="61b0346d33e0e169851dc58a"]
    .user-items-list-banner-slideshow
    .mobile-arrows {
    margin-top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: space-between;
  }
}

Let me know how it works on your site

Press 👍 or mark this answer as solution to help another one too

Thanks! This worked great.

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.