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

Vertically Align Text at root Level

1 Answer 90 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Shanti
Top achievements
Rank 1
Shanti asked on 28 Apr 2010, 06:25 PM
I have looked through most of these posts and still cannot get the text at the root level to align center or even bottom.  I am sure there is a simple solution to this but with so many configuration settings its tough tell.

Here is what I thought would have changed the alignment:

.RadMenu_dbsNav .rmRootGroup
{
border: 1px solid #6788BE;
background-color: #E8E8E8;
height:50px;
width: 700px;
vertical-align:text-bottom;
}

Thanks in advance,

Shanti

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 03 May 2010, 11:52 AM
Hi Shanti,

You should set padding-top and padding-bottom css properties of the text of the items instead setting the height, this can be done with the following styles:

.RadMenu .rmText
{
   padding-top: 12px !important;
   padding-bottom: 12px !important;
}

Best wishes,
Yana
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
Shanti
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or