Reply 310723 to: Product view should be different on Desktop and on Mobile

Avatar: Olga Barlow
Olga Barlow
Support staff
December 2, 2021 at 15:56

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.