>>6214007thought i could add some instructions to changing the number of columns and rows for the menus in my homepage if anyone needs it
-------------------------
Example for removing the 'Other' label and resizing the menu and search bar to fit the new criteria
In the Javascript section, remove ["Other"], // mnu_4 on line 142
(Optionally remove the section with links for 'mnu_4' in 'var links=[...' as well)
In the CSS section, replace all three '200px * 4' with '200px * 3' [columns] and both '32px * 3' with '32px * 4' [rows] (lines 56, 87, 98 and 102)
(Optionally remove the '#menu ul #mnu_4 li:hover...' part on line 109