jimwoons Posted April 6, 2021 Share Posted April 6, 2021 Site URL: https://recuerda.co Hey! I'm looking for solution to make the product variants and the add to cart button sit above the product description, rather than below the product description, as they are now. In the images you can see how I would like it and how it is currently. Any ideas? Thanks :) Beyondspace 1 Link to comment
Beyondspace Posted April 6, 2021 Share Posted April 6, 2021 3 hours ago, jimwoons said: Site URL: https://recuerda.co Hey! I'm looking for solution to make the product variants and the add to cart button sit above the product description, rather than below the product description, as they are now. In the images you can see how I would like it and how it is currently. Any ideas? Thanks 🙂 try @media screen and (min-width: 768px) { .ProductItem-details .ProductItem-details-checkout { display: block; display: flex; } } .collection-type-products .ProductItem-details .ProductItem-details-excerpt { -webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 5; -ms-flex-order: 5; -webkit-order: 5; order: 5; } .collection-type-products .ProductItem-details .variant-option, .collection-type-products .ProductItem-details .product-quantity-input { -webkit-box-ordinal-group: 5; -moz-box-ordinal-group: 5; -ms-flex-order: 2; -webkit-order: 2; order: 2; } .ProductItem-details .sqs-add-to-cart-button-wrapper { margin-bottom: 25px; display: block; -webkit-box-ordinal-group: 3; -moz-box-ordinal-group: 3; -ms-flex-order: 3; -webkit-order: 3; order: 3; width: 50%; } tuanphan 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, Lightbox Studio pluginIf 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
jimwoons Posted April 6, 2021 Author Share Posted April 6, 2021 You nailed it! Thanks @bangank36 :) tuanphan and Beyondspace 2 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