Brian Murphy
Posts: 0
Joined: Mon Jun 23, 2014 9:38 pm

vertical alignment of label within grid cell

Similar to a horizontal alignment using the 'more properties' tab function, I am attempting to apply a vertical alignment of a label within a grid cell, but am not having much luck.
I have tried vertical-align = middle for that particular cell, but it is not working (I do not see the desired result in test mode).
Any help would be appreciated - I have spent an hour on this minute detail so far, and I do not see a simple workaround in this forum.
Thanks. Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

vertical alignment of label within grid cell

Hi Brian,

You need to set following CSS style for the goal cell.

pre

vertical-align: middle;

/pre

So you can use following rule in CSS asset:

pre

/* note you should replace "mobilegridcell_173" with your cell name */
[name="mobilegridcell_173"]{
vertical-align: middle;
}

/pre

Regards.

Return to “Issues”