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

left align text in rad menus submenu

1 Answer 149 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Harin Yadav
Top achievements
Rank 2
Harin Yadav asked on 16 Feb 2011, 02:54 PM
Hi

im changing the look of rad menu according to my req

facing these issues,please help

1)for submenu item,I have removed img Url and in Css gave text-align:left still text is not left aligned 
2)added hover property in css,its showing hover for the text but i want for entire item

thanks
Harin




 

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 16 Feb 2011, 05:23 PM
Hello Harin Yadav,

To change the text-align to left you can apply the following class that also removes the padding to 0px:
div.RadMenu .rmGroup .rmText {
    padding: 0px;
    text-align: left;
}

 In order to understand in more details how different css classes are applied to the menu you can refer to the following help article. In case this does not help, you could send us a live url, so we can help you resolve the issues that you encounter.


Best wishes,
Kate
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
General Discussions
Asked by
Harin Yadav
Top achievements
Rank 2
Answers by
Kate
Telerik team
Share this question
or