22
Views
2
Comments
Solved
How to align label to center
Question
Application Type
Reactive

Hi Community,

I have a Label widget and a text area widget, and i have placed them inside a container. Furthermore, i have adjusted the widget of the label widget to 3 col, and teat area to 9 col.

The outcome is as attached. How do i make the label widget appear at the mid line or top of the text area widget?

2025-12-15 09-29-24
Thibaut G
Solution

You can use the Align Widget:


2020-11-25 10-45-32
Mostafa Othman
Champion

Hello,

You can add following CSS to your text area style attribute or create class into your CSS sheet and use it into style classes property of your text area:

vertical-align: middle;

2025-12-15 09-29-24
Thibaut G
Solution

You can use the Align Widget:


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.