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

MegaMenu Dropdown Alignment

1 Answer 64 Views
Menu
This is a migrated thread and some comments may be shown as answers.
JGarland
Top achievements
Rank 1
JGarland asked on 20 Jun 2013, 08:16 PM
I don't understand what setting or property of the menu or menuitems will cause ALL the dropdown menus to left-align.

My dropdowns always align under the top-level item.

I was able to acheive left alignment by doing this CSS hack. But this cant be the right way of doing this. My page is here:

http://kw.my.etghost.net

.Item1 .rmSlide
   {
       left: 0px !important;
   }   
.Item2 .rmSlide
   {
       left: -170px !important;
   }   
.Item3 .rmSlide
   {
       left: -340px !important;
   }

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 21 Jun 2013, 03:21 PM
Hi Jason,

To get the dropdown of the RadMenu control at a certain position you will need to overwrite the current styles that are applied to it. In this case I would suggest that you use the .rmSlide css class as you have implemented as described in the post. For further reference  Here you can also refer to all of the css classes that are used for the RadMenu.

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Menu
Asked by
JGarland
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or