I used the below script to remove the padding from the menu items in 2008.Q1.
We recently upgraded to 2008.Q3 and the below doesn't remove the padding, nore can I find any combination that does.
Can you provide the necessary css to remove the menu padding using the Telerik Skin for A3.
Thanks in advance.
<style type="text/css"> |
.RadMenu .rmLink .rmText |
{ |
font-size:14px; |
font-weight:normal; |
padding: 0px 5px; |
} |
</style> |