So I am wanting to add a read more to my long product descriptions. I am also wanting the product description to be full page width and keeping the style that i am using.I already am using this in a custom liquid section on my products:
Ok So I have been testing it in my duplicated theme and I have noticed that it will work on most products but then on some you click on read more and the whole description disappears.
@ImStillLearning HTML tags are treated as strings, so you should strip any HTML from truncated content. If you don’t strip HTML, then closing HTML tags can be removed, which can result in unexpected behavior.
Heres an updated version. NOTE that this solution will remove any HTML/styling from your description.