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?
You can use the Align Widget:
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;