Menu Alignment, Menu Layout and width

 










Note:Some alignment/layout needs additional Javascript file that you will find in the source code section below.
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 Drop Down Menu for the original code.