• Hello,

    can i fixed the size of the product loop in Woocommerce?

    When i have different size/lines at the Product Header the Product Loop have not the same hight. This looks not so good. You can see it on the Shop Page at the Produchts under Details. That´s not in the some row.

    http://www. reitsport-schill.de/shop

    Can i fixed this?

    Thx. Greets from Germany an sorry for my english. 🙂

    https://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your product titles have either 1, 2 or 3 lines so the space for the title varies.

    You can make the title space all the same with this in your custom css:

    .woocommerce-page .products .product .product-title {height:72px}

    This will suit up to a 3 line title. If a product has has more than 3 lines for the title, then the layout will go out of line again.

    Thread Starter lonewolf70

    (@lonewolf70)

    Thanks a lot. Now it´s perfect.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wocommerce Product Loop Fixed size’ is closed to new replies.