Home Forums Basel support forum 2 columns in Woocommerce shop pages – Mobile device

2 columns in Woocommerce shop pages – Mobile device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6084

    lilianawang
    Participant

    Hi, I note that the woocommerce shop pages will always show with 2 columns in mobile devices.
    http://prntscr.com/d0ywa0

    Is there anyway to show only one column in mobile? Because with 2 columns, the image of each product is really small in mobile

    #6089

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can easily make one column for products by adding this code snippet to the Custom CSS for mobile devices

    .product-grid-item {
        width: 100%;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)