1 product per row? - by sergio - on WordPress WooCommerce support

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

  • Avatar: sergio
    sergio
    Participant
    May 4, 2020 at 16:55

    In my store I have 4 products per row configurated and I know how to change this number, but I don’t find where to change it for mobile that apear 2 per row and I want to show just 1 per row.

    Thank your

    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 5, 2020 at 17:52

    Hello,

    Add the following code to Theme Options > Custom CSS

    @media only screen and (max-width: 992px){
        .products-grid .product {
            width: 100% !important;
        }
    }

    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.