Home / eCommerce / WooCommerce – Add min height to title
Duplicate Snippet

Embed Snippet on Your Site

WooCommerce – Add min height to title

Used to help the shopping buttons align vertically when the title line wraps irregularly due to title length. Change the height value to accomodate more or less line height variability.

George Faerber PRO
<10
Code Preview
css
.woocommerce-loop-product__title {
	min-height: 92px;
}

Comments

Add a Comment