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

How to increase menu height

3 Answers 116 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Atul
Top achievements
Rank 1
Atul asked on 10 Jan 2012, 05:15 AM
Hi all,
I am using a RAD Menu Control.. and I want to increase the height of root menu.. How can I do this?????????

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Jan 2012, 05:19 AM
Hello Atul,

Try the following CSS.
CSS:
<style type="text/css">
  .RadMenu_Default .rmHorizontal .rmRootLink span.rmText
  {
    height: 50px !important;
  }
</style>

-Shinu.
0
Atul
Top achievements
Rank 1
answered on 10 Jan 2012, 06:03 AM
but it's not working bro....
0
Kate
Telerik team
answered on 10 Jan 2012, 09:23 AM
Hello Atul,

I would suggest that you take a look at this help article or try using the following css class selector:
div.RadMenu:after,
div.RadMenu .rmRootGroup:after { height:50px; }

Kind regards,
Kate
the Telerik team
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 their blog feed now
Tags
General Discussions
Asked by
Atul
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Atul
Top achievements
Rank 1
Kate
Telerik team
Share this question
or