WooCommerce product columns on mobile version

Home Forums Jevelin Theme WooCommerce product columns on mobile version

Home Forums Jevelin Theme WooCommerce product columns on mobile version

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • 69boxes
    Participant

    Hi, I’m showing 3 product in one column on my desktop version. On the mobile version, however, only one product is shown. How could I change it to show two products in one column on the mobile version? Thank you!

    Solution for this topic

    Hi @69boxes,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 650px){
        .woocommerce .woocomerce-styling .products li{
                width: 50%!important;
        }
    }

     

    Best regards,
    Shufflehound team

    69boxes
    Participant

    Amazing. Thanks!

    You are most welcome here 🙂

    gualonge
    Participant

    Hello, Its work for me at the woocommerce shop page. But not at the “Woo recent Products” module. What can I do?

     

    Thank you!!

    @gualonge To help us keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

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