cloudhymns Posted October 16, 2023 Share Posted October 16, 2023 I'm ultimately trying to target the "add to cart" button that Squarespace newly implemented as a site feature (I previously had this added as custom code, but when Squarespace recently added it as a feature it completely broke it, lol). I want to target the add to cart button underneath all my products at once so I can add code that will make it move up slightly. Any help would be greatly appreciated! Link to comment
Solution tuanphan Posted October 19, 2023 Solution Share Posted October 19, 2023 It is this code div.grid-item .sqs-add-to-cart-button-wrapper { position: relative; top: -30px; } this code will move button up a bit 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!) 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