daniellenoakes Posted October 4, 2023 Posted October 4, 2023 (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, 2023 by daniellenoakes
Lesum Posted October 4, 2023 Posted October 4, 2023 @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?
daniellenoakes Posted October 4, 2023 Author Posted October 4, 2023 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
Solution Lesum Posted October 4, 2023 Solution Posted October 4, 2023 @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?
daniellenoakes Posted October 4, 2023 Author Posted October 4, 2023 (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, 2023 by daniellenoakes
tuanphan Posted October 7, 2023 Posted October 7, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment