David Mott
Posts: 0
Joined: Tue Apr 29, 2014 4:26 pm

Keep text box same height

how can i keep the text boxes the same height as my images which are on the side.i create them to be the same height but when i preview it they are taller and they aren't the same height. Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Keep text box same height

Hi David,

Please follow these steps:

1 Open your page in Design mode.

2 Activate "textarea" component by clicking on it.

3 Set in properties field "Class name" as "myImageStaticHeightTextArea".

Image

4 Create CSS asset and fill it with the following code

Image
:
pre

.myImageStaticHeightTextArea{

Code: Select all

 /* you should adjust this value according to your need */ 
 height: 50px !important; 

}
/pre

Return to “Issues”