Site logo

Archived topic

Problem with WooCommerce

5 replies · Started by Emil on February 6, 2019

Viewing posts 1–6 of 6

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

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;
    }
}

Thanks, That's fix my problem with products, but please check my site, because I have problem with categories... The same problem :(

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

Let me know :)

:( 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;
}
}

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;
}
This archived topic is closed to new replies.