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

Align RadMenu drop down menu to right of selected item

1 Answer 120 Views
Menu
This is a migrated thread and some comments may be shown as answers.
RobIreland
Top achievements
Rank 1
RobIreland asked on 04 Nov 2011, 12:52 AM
I have a Telerik RadMenu which is aligned to the right of a div tag.

The top level menu have five items, however when I hover over one of the items the resulting drop down menu is always aligned to the left of the selected item.

I need the menu to align to the right of the selected item, with the full width of the drop down going to the left instead of the right.

Many thanks
Robert Ireland

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Nov 2011, 05:58 AM
Hello RobIreland,

Try the following CSS to align RadMenu dropdown text to right on hovering.
CSS:
<style type="text/css">
.rmText:hover
{
 text-align:right !important;
}
.RadMenu .rmGroup .rmText
{
 padding: 0 40px 0 28px !important;
}
</style>

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