Rotating and vertically align text from bottom to top
-
Hi Tobias! Thanks for your wonderful plugin. It’s saved me a lot of time and effort.
I’m at a loss with a bit of a problem that I can’t seem to solve, though. Hoping you can help me out.
I have a table that has long headers. I’m trying to rotate the text so that it runs from the bottom of the cell to the top. I’ve tried a combination of writing-mode: vertical-rl; and transform: rotate(-180deg);.
The best I can seem to come up with is adding a translateY(-100%) to the transform property. That manages to line up the text the way I’d like it to the bottom of the table cell, but now I can’t figure out how to move the whole thing back down to align properly.
Scroll down the link I attached to see the table.
I’ve been pulling my hair out all afternoon. Any ideas would be much appreciated. Or if you have any ways to do this other than using writing-mode, I’m open to those too.
Thank you!
- The topic ‘Rotating and vertically align text from bottom to top’ is closed to new replies.