Menu Alignment, Menu Layout and width
To acquire different menu alignment and layout, we need to change the CSS settings. In some cases you may need to update HTML code, or even add Javascript.
The following is the source code for the selected menu alignment/layout.
CSS
.menuTemplate3 { margin:0; width:100%; float:none;
... (other styles of the .menuTemplate3 class) ...
}
Above is the updated part of the code. Please refer to Css Menu or CSS Drop Down Menu for the original code.