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
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.