Title: Layer verticle right alignment padding
Last modified: September 4, 2024

---

# Layer verticle right alignment padding

 *  Resolved [brentrambo](https://wordpress.org/support/users/brentrambo/)
 * (@brentrambo)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/layer-verticle-right-alignment-padding/)
 * 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](https://wordpress.org/support/users/bqworks/)
 * (@bqworks)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/layer-verticle-right-alignment-padding/#post-17996088)
 * 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:
 *     ```wp-block-code
       .my-text {    transform: rotate(180deg);    writing-mode: vertical-rl;}
       ```
   
 * Best,
   David
    -  This reply was modified 1 year, 9 months ago by [bqworks](https://wordpress.org/support/users/bqworks/).
 *  Thread Starter [brentrambo](https://wordpress.org/support/users/brentrambo/)
 * (@brentrambo)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/layer-verticle-right-alignment-padding/#post-17997971)
 * It works. Thank you for the help and for making this cool plugin.
 *  Plugin Author [bqworks](https://wordpress.org/support/users/bqworks/)
 * (@bqworks)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/layer-verticle-right-alignment-padding/#post-18021488)
 * You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Layer verticle right alignment padding’ is closed to new replies.

 * ![](https://ps.w.org/accordion-slider/assets/icon-256x256.png?rev=2572953)
 * [Accordion Slider](https://wordpress.org/plugins/accordion-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accordion-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accordion-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/accordion-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accordion-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accordion-slider/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [bqworks](https://wordpress.org/support/users/bqworks/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/layer-verticle-right-alignment-padding/#post-18021488)
 * Status: resolved