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

Menu height and text

1 Answer 45 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 10 Aug 2016, 03:15 PM

Hi

 

I am using radMenu with the Simple skin seems to be all css and no sprites, so lends itself to modification.

I have successfully changed the height and the text size, but I haven't managed to re-position the text to be centred vertically.

How do I do this?

my css so far is:

 .RadMenu_Simple .rmHorizontal .rmRootLink span.rmText
  {
    height: 30px !important;
    font-size:larger;
  }

Thanks

Clive

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 11 Aug 2016, 07:54 AM
Hi Clive,

If you would like to enlarge the Lightweight RadMenu, you may use its inbuilt elasticity. Simply apply a greater value for its font-size and the RadMenu will be bigger:

<style type="text/css">
    /*Using stronger selector to overwrite RadMenu styles and avoid the need use !important*/
    html body .RadMenu_Simple {
        font-size: 21px;
    }
</style>


Regards,
Dimitar
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Menu
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or