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

Context menu items text-align left?

1 Answer 84 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 29 Oct 2010, 01:13 PM
I have worked according to the demo example for adding a Context menu to my tree view,
however when i add items to it the text is centered in the context menu.

I cant see that I have done anything differently from the demo and there the text is align to the left.

How can I align the text in the context menu to the left?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 Nov 2010, 09:38 AM
Hi Martin,

I guess that you have some more general style on the page which overwrites menu's default style. Please add the following css to fix it:

.RadMenu_Context {
 text-align: left !important;
 }

If this doesn't help, please send us a live url where it can be reproduced.

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
TreeList
Asked by
Martin
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or