Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

display entire product name on archive pages

$
0
0

Replies: 0

Hello we have been using your plugin extensively and we are very happy with it. We have been search for this issue and found CSS code but it doesnt work as a 100% correct solution.

This is a very important design issue and not sure why woocommerce doesnt have it as standard but how can we display the entire product name on archive pages to display instead of it being limited to one line and then dots. Ideally we need a CSS that make the product title to go to the second line (or howevery many lines it needs) and this CSS must also make all distances even so that if in one line you see three products that have equal product names the grid still shows evenly instead of the “add to cart” button, price etc having different height from the product on the same line.

We are aware that if you change from the following code white-space from nowrap to normal it shows the product title to the next line but the alignment of all products is not right.

ul.products li.product-col .woocommerce-loop-product__title {
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}


Viewing all articles
Browse latest Browse all 59525

Trending Articles