Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there ??

    I would like to let you know that those settings are part of your theme’s functionality. You can confirm that by temporarily switching to Storefront Theme to see if that resolves the issue.

    If it does resolve the issue, please reach out to your theme’s developers for a solution.

    Hope that helps! ??

    Thread Starter yewbeng0104

    (@yewbeng0104)

    That is true. I change to Storefront it can become 1 column in mobile view.

    In the other hand, when I change to Astra theme, I use the code below, it can display 1 column in mobile view. However, wish can get advice from you:

    @media screen and (max-width: 768px) { .woocommerce 
    ul.products[class*=columns-] li.product, .woocommerce-page 
    ul.products[class*=columns-] li.product { width: 100% 
    !important; } }

    Thank you.

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    If it displays 1 column in mobile view while using the code you provided sounds like a good solution to me ??

    If you need further help, please reach out to your theme’s developers for a solution.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile view Shop Column’ is closed to new replies.