Title: Categories Mobile Display
Last modified: July 20, 2023

---

# Categories Mobile Display

 *  Resolved [undomains](https://wordpress.org/support/users/undomains/)
 * (@undomains)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/categories-mobile-display/)
 * Hello everyone, there is only one column for browsing product categories on mobile
   phones, how to set it to 2 columns?
 * It seems that the editor does not have this setting。

Viewing 1 replies (of 1 total)

 *  Plugin Support [Shameem – a11n](https://wordpress.org/support/users/shameemreza/)
 * (@shameemreza)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/categories-mobile-display/#post-16920658)
 * Hi [@undomains](https://wordpress.org/support/users/undomains/)
 * Unfortunately, WooCommerce Blocks does not currently support this feature directly
   through the editor. The default setting is for one column on mobile displays 
   to ensure optimal user experience and readability.
 * However, this could be achieved with custom CSS. Please note that this requires
   some knowledge of coding and may not work perfectly on all mobile devices. Here’s
   a basic example of how you could do this:
 *     ```wp-block-code
       @media only screen and (max-width: 600px) {
       .wc-block-grid__product {
       flex: 0 0 50%;
       max-width: 50%;
       }
       }
       ```
   
 * Remember, before making any changes, it’s always a good idea to backup your site
   and, ideally test changes in a staging environment first.
 * Additionally, if you have any further questions on development or custom coding,
   don’t hesitate to reach out to some of the great resources we have available 
   for support. Our WooCommerce community is brimming with skilled open-source developers
   who are active on the following channels:
    - [WooCommerce Developer Resources Portal](https://developer.woocommerce.com/)
    - [WooCommerce Advanced Facebook group](https://www.facebook.com/groups/advanced.woocommerce/)
    - [WooCommerce Developer Slack Channel](https://woocommerce.com/community-slack/)
    - Hire a [WooCommerce Expert](https://woocommerce.com/experts/)
 * Let us know if you have any other questions or need further assistance.
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Categories Mobile Display’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-gutenberg-products-block_71608f.
   svg)
 * [WooCommerce Blocks](https://wordpress.org/plugins/woo-gutenberg-products-block/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-gutenberg-products-block/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-gutenberg-products-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-gutenberg-products-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-gutenberg-products-block/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Shameem – a11n](https://wordpress.org/support/users/shameemreza/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/categories-mobile-display/#post-16920658)
 * Status: resolved