NatalieHart Posted October 18, 2021 Share Posted October 18, 2021 Site URL: https://www.thejourneytoyouchildrensbook.com/shop/p/thejourneytoyouaneggdonationstory Hi, I am trying to move the Add to Cart Button so that it is either above the product description or next to it? I am very new to CSS so an idiots guide is essential! Thank you :-) Link to comment
Beyondspace Posted October 18, 2021 Share Posted October 18, 2021 11 hours ago, NatalieHart said: Site URL: https://www.thejourneytoyouchildrensbook.com/shop/p/thejourneytoyouaneggdonationstory Hi, I am trying to move the Add to Cart Button so that it is either above the product description or next to it? I am very new to CSS so an idiots guide is essential! Thank you 🙂 You can try adding to Home > Design > Custom Css .ProductItem-summary .ProductItem-details-checkout { display: flex; } .ProductItem-summary .sqs-add-to-cart-button-wrapper { order: 2 } .ProductItem-summary .ProductItem-details-excerpt { order: 3; } Support me by pressing 👍 if this useful for you 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
Beyondspace Posted October 18, 2021 Share Posted October 18, 2021 My testing result NatalieHart 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
NatalieHart Posted October 20, 2021 Author Share Posted October 20, 2021 OMG - thank you so much!!!! 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