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

Appearance of Auto Generated RadMenu

1 Answer 40 Views
Menu
This is a migrated thread and some comments may be shown as answers.
KV
Top achievements
Rank 1
KV asked on 13 Feb 2012, 12:37 PM
Hi,

I'm wondering how to change the various appearance properties of the child nodes of an autogenerated hierarchical menu (I'd like to be able to left-justify the tiems, provide a scroll height etc)

Cheers

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Feb 2012, 02:12 PM
Hello,

Try the following css to set the alignment.
CSS:
.RadMenu .rmGroup .rmText
 {
    padding:0 64px 0 1px !important;
 }
For setting scroll height try setting Height in GroupSettings.

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