Site logo

[Resolved] 2 columns for woocommerce products in mobile version

Home Forums Support [Resolved] 2 columns for woocommerce products in mobile version

Home Forums Support 2 columns for woocommerce products in mobile version

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1694217
    Jaime Hernando

    Hi GP team, I want to put in the mobile version 2 columns for woocommerce products but I have not been able to with the css that I have found here.

    I used this css.


    @media
    (max-width: 768px) {
    .woocommerce[class*=columns-] ul.products li.product {
    width: 48% !important;
    float: left !important;
    margin-left: 1%;
    margin-right: 1%;
    }
    }

    I hope you can help me.

    Thanks a lot!!

    #1694476
    David
    Staff
    Customer Support

    Hi there,

    you can set the Product Columns for Mobile in Customizer > Layout > Woocommerce:

    https://docs.generatepress.com/article/woocommerce-overview/#shop

    #1695187
    Jaime Hernando

    Hi David,
    It was solved.

    Thanks a lot!!

    #1695510
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.