• Resolved brentrambo

    (@brentrambo)


    Hi. 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bqworks

    (@bqworks)

    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 2 months, 2 weeks ago by bqworks.
    Thread Starter brentrambo

    (@brentrambo)

    It works. Thank you for the help and for making this cool plugin.

    Plugin Author bqworks

    (@bqworks)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.