Title: CSS
Last modified: September 22, 2020

---

# CSS

 *  Resolved [matthiasbreynaert](https://wordpress.org/support/users/matthiasbreynaert/)
 * (@matthiasbreynaert)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-204/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-204%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Kel C. a11n](https://wordpress.org/support/users/kellymetal/)
 * (@kellymetal)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-204/#post-13441997)
 * Hi there,
 * Taking a look at the styles on those titles, I see there is some “brz” styling
   here setting it to nowrap:
 * ⌊nowrap⌉⌊nowrap⌉
    Link to image: [https://d.pr/i/T43rP7](https://d.pr/i/T43rP7)
 * From the page source, I see you have a “brizy” plugin so it’s most likely coming
   from there.
 * I see your CSS you pasted here also includes `white-space: nowrap;`.
 * Adjusting your CSS to `white-space: normal;` instead seemed to do the trick for
   me. (if adjusting that alone doesn’t seem to work, try `white-space: normal !
   important;`)
 * I hope that helps!
 *  Thread Starter [matthiasbreynaert](https://wordpress.org/support/users/matthiasbreynaert/)
 * (@matthiasbreynaert)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-204/#post-13450936)
 * Yes, this worked, thanks a lot!

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

The topic ‘CSS’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [matthiasbreynaert](https://wordpress.org/support/users/matthiasbreynaert/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/css-204/#post-13450936)
 * Status: resolved