Why isn't my full product description displaying on Dawn theme?

I have tried multiple methods but for some reason the full description is not showing on products. All the product descriptions are correct on the backend. Currently using Dawn theme.

Any help is greatly appreciated!

Hey @marycarver ,

Can you share the link to your store?

Yes sorry it’s https://www.craftsmadebyyou.com/

Hey @marycarver ,

Can I confirm if this what you are using in the theme? (The “Description” block)

Yes

On the backend for this product, can you remove all the formatting (bold, underline, italics, signs like <, >, etc..) and just have plain text

I can access the code but I did not make this site or have much experience with Shopify so I’m not entirely sure where that would be located in the files.

No, I don’t mean in the code, in the admin page for this product, the product description.

Ok I tried that with the same product the is shown in the previous image and this is the result, it did seem to help a bit but not fully

Hey @marycarver ,

Sent you a message

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, go to (base.css)
  4. Then place the code below at the very bottom of the file.

.product__description.rte span {
overflow: hidden;
white-space: normal;
}