Home › Forums › Support › Problem with WooCommerce This topic has 5 replies, 3 voices, and was last updated 4 years, 2 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 6, 2019 at 12:42 am #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 February 6, 2019 at 4:20 am #802842 DavidStaff 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; } } February 10, 2019 at 3:50 am #806474 Emil Thanks, That’s fix my problem with products, but please check my site, because I have problem with categories… The same problem π February 10, 2019 at 8:40 am #806712 TomLead Developer Lead Developer Is there a specific category I should look at? I’m not seeing the issue. Let me know π March 10, 2019 at 2:57 pm #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; } } March 10, 2019 at 4:49 pm #835005 TomLead 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; } Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In