[Support request] Problem with WooCommerce

Home Forums Support [Support request] Problem with WooCommerce

Home Forums Support Problem with WooCommerce

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #802720
    Emil

    Hello, I have problem with WooCommerce with listing product (screenshot)
    How Can I resolve this problem? I create a catalog products with WooCommerce and GP 1.7.7

    problem with woocommerce

    #802842
    David
    Staff
    Customer Support

    Hi there,

    its due to the heading titles being different lengths, try this CSS:

    @media (min-width: 981px) {
        .woocommerce ul.products li.product .woocommerce-loop-product__title {
            line-height 2.5ex;
            height: 10ex;
        }
    }
    #806474
    Emil

    Thanks, That’s fix my problem with products, but please check my site, because I have problem with categories… The same problem πŸ™

    #806712
    Tom
    Lead Developer
    Lead Developer

    Is there a specific category I should look at? I’m not seeing the issue.

    Let me know πŸ™‚

    #834960
    Emil

    πŸ™ I add new products and I have again the same problem in my page ‘oferta’
    Can you help me? Below code don’t fix it.


    @media
    (min-width: 981px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 2.5ex;
    height: 10ex;
    }
    }

    #835005
    Tom
    Lead Developer
    Lead Developer

    Looks like some CSS in Divi builder is breaking it.

    Try this CSS:

    .woocommerce ul.products li.first, 
    .woocommerce-page ul.products li.first {
        clear: both !important;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.