surf2023 Posted September 6 Share Posted September 6 Hello, I would like to know if it's possible to move - on a product page - the price line below the quantity button? Thank you! Jacky Link to comment
Solution Lesum Posted September 7 Solution Share Posted September 7 @surf2023 Here's a code snippet you can try adding under Custom CSS panel: .ProductItem-details .ProductItem-details-checkout { display: flex; } .ProductItem-details-excerpt { order: 1 !important; } .product-quantity-input { order: 2 !important; } .ProductItem-product-price { order: 3 !important; } I tested the code on a Squarespace 7.1 product page. If it doesn't work, please feel free to share your site URL so I can take a look. Thanks! 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment