Is there a way to align the headers of a table element with the text? I'm also wondering if it is possible to wrap the table header text. I've seen some clever arcade solutions for the table text but don't see a way to implement something similar for the header text.
Screenshot 2026-02-24 144903.png
Solved! Go to Solution.
ARIEL!!!! 👋
How are you?
You can throw some simple HTML directly into the Header box and it will be respected. Just add a <br> tag where you want the text to move to a new line.
2026-02-25_07-06-06.png
ARIEL!!!! 👋
How are you?
You can throw some simple HTML directly into the Header box and it will be respected. Just add a <br> tag where you want the text to move to a new line.
2026-02-25_07-06-06.png
@JenniferAcunto you're the best! Thank you!!! Adding the <br> and using some styling in a <span> solved both my issues