JamIsJam88 Posted December 8, 2021 Share Posted December 8, 2021 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? This is how it looks on desktop. Link to comment
Beyondspace Posted December 8, 2021 Share Posted December 8, 2021 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? This is how it looks on desktop. 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 JamIsJam88 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
JamIsJam88 Posted December 8, 2021 Author Share Posted December 8, 2021 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. Beyondspace 1 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