Shop page mobile version - by adi3fu - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 2 years, 9 months ago ago by adi3fu

  • Avatar: adi3fu
    adi3fu
    Participant
    July 22, 2021 at 08:19

    Hi I need to show only one column of products in mobile view ( shop page, archive page mobile & category view).
    Can you help me with that ?
    Best regards

    4 Answers
    Avatar: John Holden
    John Holden
    Support staff
    July 22, 2021 at 17:25

    Hello

    Thank you so much for contacting us!

    Kindly add the following mentioned code by going to Dashboard > Theme Options > Additional CSS

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

    John Holden

    Avatar: adi3fu
    adi3fu
    Participant
    July 23, 2021 at 10:30

    Thank you,
    i inserted the code but there is no change, i still see 2 column of products in mobile view.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 23, 2021 at 19:39

    Hello,

    Sorry, try the code below

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

    Regards

    Avatar: adi3fu
    adi3fu
    Participant
    July 26, 2021 at 09:20

    Thank you ,
    that worked.

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

The issue related to '‘shop page mobile version’' 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.