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

Space menu options evenly

1 Answer 67 Views
Menu
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 13 Jun 2012, 11:28 AM
Hi u have 2010 q3 asp.net Ajax rad menu that I data bind to a SQL data source. Which part of the CSS should I change to add more space to the left and right of the separators to try an space the menu options evenly to fill the entire width of the menu?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Jun 2012, 12:42 PM
Hi David,

I suppose you want to provide padding to the RadMenuItem. Try overriding the default CSS as follows.

CSS:
<style type="text/css">
   .RadMenu_Default .rmHorizontal .rmRootLink span.rmText
     {
       padding-left:20px !important;
       padding-right:20px !important;
     }
</style>

Hope this helps.

Thanks,
Princy.
Tags
Menu
Asked by
David
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or