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

[Solved] Remove sapce in child menu left space and right

1 Answer 124 Views
Menu
This is a migrated thread and some comments may be shown as answers.
amit s
Top achievements
Rank 1
amit s asked on 20 Jul 2009, 06:51 AM
hi i m using rad telerik control i want to remove space in my child menu,the space is left side and right side.i m using skin file outlook.skin and css is menu.css in when child menu is load there  is space in left side and right side both
i want to remove that space how can i remove that.

1 Answer, 1 is accepted

Sort by
0
Mr. Plinko
Top achievements
Rank 1
answered on 21 Jul 2009, 05:32 PM
Check out this thread:
http://www.telerik.com/community/forums/aspnet-ajax/menu/width-of-menu-item.aspx

This is a code sample from there recommending changing the CSS style:

<style type="text/css">
.RadMenu_Web20 .rmText {
   padding-left: 5px !important;
   padding-right: 3px !important;
}
</style>





Tags
Menu
Asked by
amit s
Top achievements
Rank 1
Answers by
Mr. Plinko
Top achievements
Rank 1
Share this question
or