1 column shop on mobile - by stephan - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago ago by stephan

  • Avatar: stephan
    stephan
    Participant
    November 12, 2020 at 17:47

    Hello ,
    I want to display only 1 product per column in my shop/categories pages .
    If o change the settings from Xstore theme option , it changes and desktop . But i want 1 column only on mobile.
    Can you help me with that?

    2 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    November 12, 2020 at 18:48

    Hello,

    Go to Theme Options > Custom CSS and add the below code

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

    Regards

    Avatar: stephan
    stephan
    Participant
    November 12, 2020 at 19:24

    Thank you , that worked

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

The issue related to '‘1 column shop 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.