Mobile 2 columns in product list - by maccandy

This topic has 2 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler

  • Avatar: maccandy
    maccandy
    Participant
    April 3, 2020 at 13:51

    Hi,
    is there any possibility to show 2 columns in the product list on mobile phones? Actually there is only 1 column, and I cannot find any option to change it.

    Thx and kind regards
    maccandy

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 3, 2020 at 14:01

    Hello,

    There is no such option, but the custom CSS code can be used:

    @media only screen and (max-width: 480px) {
        .shop-full-width .products-grid.row-count-4 .product {
            width: 50%;
        }
    }

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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