ConnorSW Posted January 14, 2022 Share Posted January 14, 2022 Site URL: https://www.webleylondon.com/bands/p/court-shaped-wedding-band Im looking to move the variant drop-down menu to above the product description. As the image below i dont think it looks great below it. Link to comment
Solution tuanphan Posted January 15, 2022 Solution Share Posted January 15, 2022 Add to Design > Custom CSS /* Move variant dropdown above description */ .product-variants { order: 2 !important; } .ProductItem-details .ProductItem-details-checkout { display: flex; flex-direction: column; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ConnorSW Posted January 16, 2022 Author Share Posted January 16, 2022 (edited) 20 hours ago, tuanphan said: Add to Design > Custom CSS /* Move variant dropdown above description */ .product-variants { order: 2 !important; } .ProductItem-details .ProductItem-details-checkout { display: flex; flex-direction: column; } @tuanphan Thanks this worked perfectly! Edited January 16, 2022 by ConnorSW tuanphan 1 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