Link to the Home page

Change the dimension of menu items

You change the dimension of menu items by changing the width properties of the menu item’s li and ul tags.

Locate the ul.MenuBarVertical li or ul.MenuBarHorizontal li rule.
Change the width property to a desired width (or change the property to auto to remove a fixed width, and add the property and value white-space: nowrap; to the rule).

Locate the ul.MenuBarVertical ul or ul.MenuBarHorizontal ul rule.
Change the width property to a desired width (or change the property to auto to remove a fixed width).

Locate the ul.MenuBarVertical ul li or ul.MenuBarHorizontal ul li rule:
Add the following properties to the rule: float: none; and background-color: transparent;. Delete the width: 8.2em; property and value.