Archived topic
Can I break where text returns to the next line, ONLY in tablet view?
3 replies · Started by Nicole on February 28, 2019
I want the line "Discover what a virtual assistant can do for you!" to read as follows, ONLY in tablet view:
Discover what a virtual assistant
can do for you!
Hi there,
There isn't a good way to do that unfortunately and it's not commonly done.
You could write the same statement twice and hide one on desktop and the other on mobile:
https://docs.generatepress.com/article/responsive-display/#using-our-hide-on-classes
Then just add the <br> tag in one of them:
https://www.w3schools.com/tags/tag_br.asp
No problem. I changed my mind and decided to do this differently. Thx
Awesome :)