ConnorSW Posted January 14, 2022 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.
Solution tuanphan Posted January 15, 2022 Solution 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ConnorSW Posted January 16, 2022 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment