camilazanoelo Posted June 15 Share Posted June 15 Hi Guys, How to change the position of the variant on mobile to show right after the add to cart and before product description. Thank you, Camila Screen_Recording_20240615-231822_Chrome.mp4 Link to comment
Solution Lesum Posted June 15 Solution Share Posted June 15 @camilazanoelo Hi! Add this code under Website > Pages > Website Tools > Custom CSS @media only screen and (max-width: 767px) { #pdp .ProductItem .ProductItem-quantity-add-to-cart { order: 2 !important; } #pdp .ProductItem-details .product-variants { order: 3 !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? Link to comment
camilazanoelo Posted June 16 Author Share Posted June 16 @Lesum Thank so much, it's perfect!!! Have a nice Sunday! CZ 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