Product Description Overflowing to the right side

The text in the product description on my website is overflowing to the right.

How do I fix it to align with the parent elements or other blocks on the web page?

Here is the web page for reference:

https://babyneer.com/products/baby-ruffles-jumper-sweatshirt

Your product description uses a different symbol instead of a regular space:

** ** stands for “non-breakable space” which means that browser would not wrap your text there, it basically treats entire sentence as one big word.

This is in your product description data and would be a problem with any theme.

The best option would be to update the description data to use regular spaces, but potentially can be handled in theme code if you’re synching your products from somewhere else and can’t modify them.

It worked! Thank you so much!