WPIntell

Source evidence

Layer verticle right alignment padding

Accordion Slider · support · 2024-09-04T01:10:00+00:00

mixedsentiment
mediumseverity
0.72relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 33 rows with source links

15.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
brentrambo resolved
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? 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!

Comments

3 shown
bqworks 2024-09-05T07:38:00+00:00

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 .

brentrambo 2024-09-05T23:55:00+00:00

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

bqworks 2024-09-18T06:21:00+00:00

You’re welcome!