This topic has 4 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
Hi!
The product view on Desktop view looks ok, but on Mobile view this should have different block orders. How to accomplish that?
Also for some reason the products prices are not shown on Mobile devices.(?)
Hello,
Unfortunately, we don’t have option to change the order of the blocks for the mobile devices.
You may try to add the below code to Theme Options > Custom CSS to change the order
@media only screen and (max-width: 992px ){
.single-product-builder > div > div .row {
display: flex;
flex-direction: column;
}
.element-TFML4 {
order: 1;
}
}
I see the product price for the mobile https://prnt.sc/21eo9hl
Regards
Thank you!
Can I duplicate elements, so I could hide/show different elements on Mobile/Desktop?
Hello,
No, there is no such possibility, unfortunately.
Regards
Tagged: mobile, product, responsive, themes, view, woocommerce, wordpress
The issue related to '‘Product view should be different on Desktop and on Mobile’' has been successfully resolved, and the topic is now closed for further responses