[Support request] Conflict GP vs Elementor using Woocommerce Shortcode

Home Forums Support [Support request] Conflict GP vs Elementor using Woocommerce Shortcode

Home Forums Support Conflict GP vs Elementor using Woocommerce Shortcode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125280
    Michael

    I’m using a Woocommerce shortcode [recent_products limit=”4″ orderby=”menu_order” order=”ASC” columns=”4″] on the homepage and displays fine on desktop.

    But there is some sort of conflict where putting the shortcode in an Elementor html module makes the products display in one column on mobile, rather than the two columns they would usually display in mobile when using only on a GP (no builder) page.

    Is there any way to resolve the conflict using the Elementor html module?

    #1125543
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS in your child theme style sheet which is forcing woo columns to single on mobile devices:

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

    Thanks David!

    #1126129
    David
    Staff
    Customer Support

    You’re welcome

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