This is a migrated thread and some comments may be shown as answers.

Vertical alignment of RadMenu item text

1 Answer 166 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Marty
Top achievements
Rank 1
Marty asked on 27 Sep 2011, 04:19 AM
I have a RadMenu component with images set against it.  It is vertically aligned and I need to have the corresponding item text be middle-aligned vertically. 

Thank you.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Sep 2011, 05:33 AM
Hello Marty,

Try the following CSS to achieve your scenario.
CSS:
.rmText
       {
           writing-mode: tb-rl !important;
           filter: flipV flipH !important;
           display: table !important;
           -moz-transform: rotate(-90deg) !important;
       }

Thanks,
Shinu.
Tags
Menu
Asked by
Marty
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or