Is there a way to control the individual menu "button" widths for the top level?
For instance, if I have 5 menu "buttons" and I want 4 of them to be the same width, but want 1 of them to be wider (because the text in the button is longer), is that possible? I'd like 4 buttons to be 100 wide and 1 button to be 150 wide.
All I see in the "menu_array.js" is the ability to control the overall menu width, and not individual widths.
Noticed that you can control the width of the submenu dropdowns, but doesn't look like the top level gives you the same flexibility.
All/any help would be greatly appreciated.
Thanks
Top Level Menu Widths?
Hi,
You can pad the menu out with non-breaking spaces.
But without the spaces
Cheers
Andy
You can pad the menu out with non-breaking spaces.
Code: Select all
& nbsp ;
But without the spaces
Cheers
Andy
Yes.
The reason I put the spaces in was because the browser would have interpreted it as a blank space.
"Benefits & Products" should work fine but you might have trouble with the ampersand. If you do use again - without the spaces.
Cheers
Andy
The reason I put the spaces in was because the browser would have interpreted it as a blank space.
"Benefits & Products" should work fine but you might have trouble with the ampersand. If you do use
Code: Select all
"& amp ;"
Cheers
Andy