Faustas Posted December 9, 2022 Share Posted December 9, 2022 Hi, please see product page on mobile view: Antique Victorian 18kt yellow gold double serpent band ring — Mozeris Fine Antiques On mobile the "add to cart" and "description" sections have moved below my reviews. The desktop view is perfectly fine. I was previously provided this code for the fix: However it no longer works. //add to cart mobile higher @media screen and (max-width:767px) { .tweak-product-basic-item-text-alignment-center .ProductItem-details .sqs-add-to-cart-button-wrapper { order: 2 !important; } section.reviewsSection.O_TZtXma8b5KXnfG16jW { order: 3; } Link to comment
tuanphan Posted December 11, 2022 Share Posted December 11, 2022 Reviews, you mean this or this? 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!) Link to comment
Faustas Posted December 12, 2022 Author Share Posted December 12, 2022 On 12/11/2022 at 9:44 AM, tuanphan said: Reviews, you mean this or this? I had to zoom out for the screenshot please zoom in. I mean moving add to cart and that text to there. The text is actually where I write "description" when listing and its moved down below the reviews. Link to comment
Cyperpunk-girl-333 Posted January 15, 2023 Share Posted January 15, 2023 How do I move the list of all product reviews on mobile view to under the product description so its the same as desktop https://enchantanddelight.com.au/ Link to comment
tuanphan Posted January 16, 2023 Share Posted January 16, 2023 On 1/15/2023 at 8:08 AM, Cyperpunk-girl-333 said: How do I move the list of all product reviews on mobile view to under the product description so its the same as desktop https://enchantanddelight.com.au/ Add to Design > Custom CSS @media screen and (max-width:767px) { section.reviewsSection { order: 3 !Important; } body.view-item .products.collection-content-wrapper { display: flex !important; flex-direction: column !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!) 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