Title: Responsive Product Blocks
Last modified: September 3, 2019

---

# Responsive Product Blocks

 *  Resolved [dajsco](https://wordpress.org/support/users/dajsco/)
 * (@dajsco)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/responsive-product-blocks/)
 * Hi,
 * On storefront the woocommerce product block is not responsive and displays 3 
   columns in row rather than one below the other when viewing on mobile.
 * Can anyone advise how to change this?
    -  This topic was modified 6 years, 8 months ago by [dajsco](https://wordpress.org/support/users/dajsco/).

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

 *  Thread Starter [dajsco](https://wordpress.org/support/users/dajsco/)
 * (@dajsco)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/responsive-product-blocks/#post-11895332)
 * Got a fix for this. For anyone having same issue add the following to your stylesheet…
 *     ```
       @media (max-width: 724px) {
           .wc-block-grid__product {
               flex-basis: 100% !important;
               max-width: none !important;
           }
       }
       ```
   
 *  [alFrame](https://wordpress.org/support/users/alframe/)
 * (@alframe)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/responsive-product-blocks/#post-11963321)
 * Thank you thank you thank you!
 * Why on earth are Woocommere blocks not responsive in 2019? Just saying…

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

The topic ‘Responsive Product Blocks’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [Mobile responsive](https://wordpress.org/support/topic-tag/mobile-responsive/)

 * 2 replies
 * 2 participants
 * Last reply from: [alFrame](https://wordpress.org/support/users/alframe/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/responsive-product-blocks/#post-11963321)
 * Status: resolved