I use ML 9.0
the items appears on top manu have different margin on each side.
example:
| Home| Categories| Departments| Manufactureries| Customer Servie
how do I change each item left and right margin evenly?
like below:
| Home | Categories | Departments | Manufactureries | Customer Servie
Source code:
<td style="white-space:nowrap;"><a class="ctl00_aspnetMenu_1 aspnetMenu_StaticMenuItemStyle ctl00_aspnetMenu_3 aspnetMenu_Level2 ctl00_aspnetMenu_10" href="#" style="border-style:none;font-size:1em;cursor:text;margin-left:16px;">Departments</a></td>
I couldn't find this code from style.css.
jerry