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

Adjust Menu Size, and quantity of textlines

2 Answers 68 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Matias
Top achievements
Rank 1
Matias asked on 01 Dec 2010, 05:48 PM
I'm using a RadMenu verticaly and I would like to adjust its width to a specify size, I also would like to adjust the quantity of text lines in each item... the menu is filled dinamically by code??? Wich properties do I have to adjust?

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 04 Dec 2010, 06:39 AM
Hello Matias,

I assume you want to set the menu width statically and the menu item should  wrap as per the width of the menu.You can set the width of the menu  from the markup itself.In order to adjust the quantity of text lines in each item you can try the following CSS.

CSS:
.RadMenu  .rmText
       {
           white-space: normal !important;
       }

Thanks,
Shinu.
0
Matias
Top achievements
Rank 1
answered on 06 Dec 2010, 01:51 PM
YESSSSS.... thank you very much!
Tags
Menu
Asked by
Matias
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Matias
Top achievements
Rank 1
Share this question
or