Reverse column on mobile - by MJ - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Olga Barlow

  • Avatar: MJ
    MJ
    Participant
    October 15, 2021 at 04:11

    Hi
    I have ticked reverse column on mobile for this element https://prnt.sc/1w740eo, however, it does not work for tablet size https://prnt.sc/1w74d0i.
    how can i do it for tablet?

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    October 15, 2021 at 13:14

    Hello,

    Yes, because it works for devices after 767px. If you want to start for the 907px then add below code to Theme Options > Custom CSS

    @media only screen and (max-width: 907px){
    .vc_row.columns-mobile-reverse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘Reverse column on mobile’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.