Conversation
supportHi. I don’t understand why a layer’s bottom / top right position setting doesn’t make the layer flush when the vertical preset is selected. The right side has a lot of space between the layer text and the panel, but the bottom is flush. I have to use a negative number for the horizontal position to make it flush. The above solution would be okay, but when I increase the font size with custom css, alignments get messed up. What am I doing wrong?
Hi, The built-in vertical preset and right side alignment don’t work well together. My suggestion is to create a DIV layer which contains the paragraph. Then set the position of the layer to Top/Bottom Right and for the inner paragraph add this CSS: .my-text { transform: rotate(180deg); writing-mode: vertical-rl; } Best, David This reply was modified 1 year, 8 months ago by bqworks .
It works. Thank you for the help and for making this cool plugin.
You’re welcome!
Hi, The built-in vertical preset and right side alignment don’t work well together. My suggestion is to create a DIV layer which contains the paragraph. Then set the position of the layer to Top/Bottom Right and for the inner paragraph add this CSS: .my-text { transform: rotate(180deg); writing-mode: vertical-rl; } Best, David This reply was modified 1 year, 8 months ago by bqworks .
It works. Thank you for the help and for making this cool plugin.
You’re welcome!