CSS
-
Hi there, I tried several things to get “too long” product names on a second line if needed, but without success. Break-word simply doesn’t seem to be supported.
Any tips?
`.woocommerce-loop-product__title {
word-break: break-word;
overflow-wrap: break-word;
white-space: nowrap;
word-wrap: break-word;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS’ is closed to new replies.