Hi community members. I am quiet new on this community and I have issue to find the syntax to align the button icon on the upper location of the button. I use syntax in the label as "^play.2xl"
I have tried to align with custom css with padding but without result. I also saw in Font Awesome documentation the param data-fa-transform="shrink-8 up-6" but I don't know how to use it in the label field.
Thanks for your replies
Hi Berintz, welcome to this OSC community,
You may try this in the CSS field:
label {
display: block;
padding-top: 20rem;
}
Change 20 in any desired value ...
Works as padding-bottom: 20rem; in my case !
Thank you so much Udo