View switcher on mobile - by ziga32 - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 2 years, 6 months ago ago by ziga32

  • Avatar: ziga32
    ziga32
    Participant
    November 2, 2021 at 11:41

    How can I use view switcher on mobile?
    https://i.imgur.com/emVYmCE.png

    I tried
    .view-switcher {
    display: inline!important;
    }

    but no

    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 2, 2021 at 13:52

    Hello,

    Add the next code in Theme options > Theme custom CSS > Mobile:

    .filter-wrap .view-switcher {
        display: flex !important;
    }

    Regards

    Avatar: ziga32
    ziga32
    Participant
    November 2, 2021 at 14:04

    thank you, but not working

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 2, 2021 at 15:24

    Change the code to

    body .filter-wrap .view-switcher {
         display:flex !important
     }

    Regards

    Avatar: ziga32
    ziga32
    Participant
    November 2, 2021 at 15:31
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 2, 2021 at 17:17

    Hello,

    Add the below code in addition

    @media only screen and (max-width: 992px){
        .products-list .product .product-image-wrapper {
            width: 50%!important;
            float: left;
            margin-right: 10px;
        }
        .products-list .product .product-details {
            width: 50%;
            float: none;
            vertical-align: middle;
            display: table-cell;
        }
    }
    @media only screen and (max-width: 768px){
        .products-list .product {
            width: 100%;
        }
    }

    Regards

    Avatar: ziga32
    ziga32
    Participant
    November 2, 2021 at 18:03

    great, thank you!

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

The issue related to '‘View switcher 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.