Site logo

[Resolved] 1 column on product archive when mobile

Home Forums Support [Resolved] 1 column on product archive when mobile

Home Forums Support 1 column on product archive when mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2489463
    Heinrich

    hi team,

    i have solved the woo shortcode column thing on mobile. but unexpected i have the problem, that on normal product category archive pages i cannot switch to 1 column on mobile. setting in customizer is done, but i think there is a conflict with the product filter plugin, which I need unfortunately mandatory.

    can you please support me with css to solve this?

    tks in advance

    #2489466
    Leo
    Staff
    Customer Support

    Hi there,

    Can you give this CSS a shot?

    @media (max-width: 768px) {
        .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
            width: 100%;
        }
    }
    #2489619
    Heinrich

    working fine, tks a lot leo

    #2491861
    Leo
    Staff
    Customer Support

    No problem 🙂

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