Scriptfeeds Blog
  • Blog
  • WordPress
    • Woocommerce
    • WordPress Errors
    • WordPress Plugins
  • Development
    • WordPress Themes
  • Hire us
Cart / $0.00

No products in the cart.

No Result
View All Result
Scriptfeeds Blog
  • Blog
  • WordPress
    • Woocommerce
    • WordPress Errors
    • WordPress Plugins
  • Development
    • WordPress Themes
  • Hire us
Cart / $0.00

No products in the cart.

No Result
View All Result
Scriptfeeds Blog
No Result
View All Result
Home Wordpress

How to easily show 2 product columns in WooCommerce shop page

Scriptfeeds by Scriptfeeds
September 25, 2022
in Wordpress, Woocommerce
0
84
SHARES
Share on FacebookShare on TwitterWhatsapp this Blog

This Blog will guide you to show 2 product columns in WooCommerce Shop pages for Mobile Screen. By default WooCommerce shop pages has 1 column product for mobile screen.

Table of Contents

  • Query from a client
  • Code to show 2 product columns in WooCommerce shop

Query from a client

Our many clients asked us if we can make it 2 column for mobile screen which is better for view during scroll down, as 2 column gives more product view per scroll.

show 2 product columns in WooCommerce shop
1 product columns in WooCommerce shop page

How to show show 2 product columns in WooCommerce shop

To achieve this we have to add the below code in CUSTOM CSS option of theme or in style.css of child theme.

@media only screen and (max-width:768px) {
    .woocommerce-page ul.products{
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
         flex-flow: row wrap;
    }
    .woocommerce-page ul.products li.product{
         flex: 0 0 50%;
         -webkit-box-flex: 0;
         padding: 10px;
    }
}

Just add the code and check the check the display in mobile view. So that’s all we have to do to 2 product columns in WooCommerce shop page. Let us know how it works for you in comment section. You can also contact our Developer team for the same.

Connect with Developer
Loading
Tags: Display two column of Products on mobile viewShop page 2 column layout WooCommerceShop page 2 product columns
Share34Tweet21Send

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Scriptfeeds Blog

© 2022 Scriptfeeds

Blog Categories

  • WordPress
  • Development
  • Reviews
  • Marketing

Connect us on

No Result
View All Result
  • Blog
  • WordPress
    • Woocommerce
    • WordPress Errors
    • WordPress Plugins
  • Development
    • WordPress Themes
  • Hire us

© 2022 Scriptfeeds

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.