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

Center Stripped Menu Items

3 Answers 61 Views
Menu
This is a migrated thread and some comments may be shown as answers.
sircutbreaker
Top achievements
Rank 1
sircutbreaker asked on 02 Jun 2009, 03:46 AM
I obtained a design sheet and stripped the style from my radmenu. I like how it is exactly but I would like to know the easiest way to center the items between the separators.

http://merchantcashgroup.com

Thanks,

Jeff

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 02 Jun 2009, 01:15 PM
Hello Jeff,

Please add the following css styles to your page in order to align the text of menu items:

<style type="text/css">  
  .RadMenu .rmLink,  
  .RadMenu .rmText {  
     float:none !important;   
     padding:0 !important;  
  }  
</style>      
 
 

Best wishes,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Princy
Top achievements
Rank 2
answered on 02 Jun 2009, 01:19 PM
Hello Jeff,

You can try out the following css code to align your RadMenuItems to the center:
css:
 <style type="text/css">     
    .rmText   
    {    
        text-aligncenter !important;     
    }   
 </style>   

Thanks
Princy.
0
sircutbreaker
Top achievements
Rank 1
answered on 02 Jun 2009, 01:59 PM
Thanks!
Tags
Menu
Asked by
sircutbreaker
Top achievements
Rank 1
Answers by
Yana
Telerik team
Princy
Top achievements
Rank 2
sircutbreaker
Top achievements
Rank 1
Share this question
or