Archived topic
"Read more" options - long text on mobile?
3 replies · Started by Morgan on April 15, 2021
Might be beyond scope of support, but thought i'd ask here if there may be an existing or recommended solution.
I've got certain blocks of text that while fine on desktop, are excessively long on mobile. While this is fine for, say, copy it's not working for, say, testiomonials, and I'd ideally like to have a class I could apply to certain sections to make it truncate and show a "read more" link to expnd that section.
Ideally like to avoid JS, and if required keep it tiny.
Any tips?
Hi there,
theres this code pen that provides the basic HTML and CSS required to make a read more toggle:
https://codepen.io/Idered/pen/AeBgF
You would have to use a HTML Block for the content to make it work.
Thanks David - you consistently go above and beyond!
Glad to be of help :)