cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

object Text - in css vertical-align:middle; does not work

Former Member
0 Likes
5,079

Hi All,

in a cell with an text-object the css-format

text-align:center;  works

but

vertical-align:middle; does not work

Is there any way to bring the text vertical in the middle?

thx for hints

br harry

View Entire Topic
Former Member
0 Likes

Hi Harald,

You have everything right except for one single thing - Fix your height and Width absolute (with proper values other than auto), then all your CSS will work for vertical align.

BR

Gowtham S

vitran23
Active Participant
0 Likes

Only issue with doing absolute is if the application grows or decreases it won't adjust to the window properly.

Premdas's solution seems to work perfectly.