daniellenoakes Posted October 4 Share Posted October 4 (edited) Hi, I'm having trouble moving my list carousel button to the left alignment on desktop. I want it to stay centered on mobile. I cant get any code to work! any help much appreciated!! PW:makeup https://sponge-garlic-ds7r.squarespace.com/ about me page at the bottom, 'client kind words' Edited October 4 by daniellenoakes Link to comment
Lesum Posted October 4 Share Posted October 4 @daniellenoakes You can add this code snippet within the Custom CSS panel: .user-items-list-carousel[data-navigation-alignment="center"] .desktop-arrows.arrows-bottom-wrapper { justify-content: start !important; } @media only screen and (min-width: 768px) { section[data-section-id="6516bb8e262f7968a8826f2e"] .user-items-list-carousel .desktop-arrows { margin-left: 0vw !important; margin-right: 0vw !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
daniellenoakes Posted October 4 Author Share Posted October 4 1 minute ago, Lesum said: @daniellenoakes You can add this code snippet within the Custom CSS panel: .user-items-list-carousel[data-navigation-alignment="center"] .desktop-arrows.arrows-bottom-wrapper { justify-content: start !important; } @media only screen and (min-width: 768px) { section[data-section-id="6516bb8e262f7968a8826f2e"] .user-items-list-carousel .desktop-arrows { margin-left: 0vw !important; margin-right: 0vw !important; } } hey thanks so much for replying but this is for the arrows not the button. is there any way we can target the 'view gallery' button in the exact same way? @Lesum Link to comment
Solution Lesum Posted October 4 Solution Share Posted October 4 @daniellenoakes You post mentioned the carousel buttons, so I thought you meant the arrows. Here's the code for the ''view gallery'' button @media only screen and (min-width: 768px) { .user-items-list .list-section-button-container[data-section-button-alignment="center"] { text-align: left; } } daniellenoakes 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
daniellenoakes Posted October 4 Author Share Posted October 4 (edited) thank you so much thats incredible, worked perfectly! sorry to be a pain, but is there a way now to move the arrows up and align them with the button so they are on the same line ? i've managed to move the button closer to the content, but the arrows are stuck and showing on the content below @Lesum Edited October 4 by daniellenoakes Link to comment
tuanphan Posted October 7 Share Posted October 7 You try some code like this to adjust position @media screen and (min-width:768px) { section[data-section-id="6516bb8e262f7968a8826f2e"] .user-items-list-carousel .desktop-arrows { top: -50px !important; position: relative !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment