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

Align Menu & Sub-menus to the right

2 Answers 171 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Chen
Top achievements
Rank 1
Chen asked on 07 Sep 2011, 09:28 AM
Hi
I read many posts but did not find an updated answer.

I want the Menu to align to the right, and I know how to do it.

However, when the sub-menus pop out, they exceed the div.
I want the sub-menus to also be right aligned, e.g.

Main Menu Item 1  |  Main Menu Item 2
          Submenu11            SubMenu21
          Submenu12            SubMenu22


Is this possible?

Thx

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Sep 2011, 12:30 PM
Hello Chen,

Try setting the following CSS.
CSS:
<style type="text/css">
     .RadMenu .rmVertical .rmText, .RadMenu .rmHorizontal .rmVertical .rmText
     {
      text-align:right !important;
     }
</style>

Thanks,
Princy.
0
Kate
Telerik team
answered on 12 Sep 2011, 11:41 AM
Hi Chen,

You can check the following demo that exemplifies the scenario that you are trying to achieve.

Greetings,
Kate
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Menu
Asked by
Chen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Kate
Telerik team
Share this question
or