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

Menu Child Item Right Spacing

1 Answer 50 Views
Menu
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 09 Mar 2010, 06:06 PM
Hi,

I am having this issue with Rad menu that comes with sitefinity. I was able to customize the css but the only issue that I still have is that i don't want this extra space after the text in the child menu items. I tried to change the rmRightArrow for items but didn't work. Please see image attached.

Thank you in advance.

Best Regards,

G

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 11 Mar 2010, 09:54 AM
Hello,

Please add the following css styles to your page in order to reduce the padding of child items:

.RadMenu .rmGroup .rmText {
   padding:0 10px 0 28px !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
George
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or