Cyperpunk-girl-333 Posted April 4, 2022 Posted April 4, 2022 I’m wondering if its at all possible to add CSS to force the product price to display under the product description and directly above the add to cart button on mobile tablet and desktop. At the moment it displays under the product title and above the description and I feel like flow of that is a bit weird Also any idea how to remove random white space padding from around the learn more (Additional Information, accordion) any help would be greatly appropriated Photo for reference / tablet Website :www.enchantanddelight.com.au thank you
tuanphan Posted April 4, 2022 Posted April 4, 2022 Try adding to Design > Custom CSS /* price position */ .ProductItem-product-price { order: 2 !important; } .ProductItem-details-checkout { display: flex !important; } .product-price { order: 2 !important; } .ProductItem-details-excerpt { order: 1 !important; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment