Mobile View - by basitmughal - on WordPress WooCommerce support

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

  • Avatar: basitmughal
    basitmughal
    Participant
    April 12, 2017 at 14:31

    I would like to show 2 products per row when viewed on a mobile device (rather than one). Currently, I can only change the number of products per row when the screen is larger.

    Trying to find what size it is where it switches over to 1 product per row currently. I am not targeting any specific mobile device, but I imagine the iPhone sized screen is about the smallest we would be worried about.

    So basically, anytime the theme would default to 1 product per row, I want that to be 2 products per row. I am using 4 per row currently for desktop.

    Thank you!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 13, 2017 at 07:19

    Hello,

    You can add this code in Theme Options > Custom css for mobile:

    .products-grid .product {
        width: 50% !important;
    }

    Also, you can change white color of fixed header in Theme Options > Color Scheme > Fixed Header Text Color > Dark.

    Regards,
    Rose Tyler.

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

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

Helpful Topics

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