
And in 1024 x 768, which is what my client is using, it looks like this:

My question is, how do I change the default width so the menu does not collapse / shrink at that resolution?
Many thanks.
.gkMenu > ul > li {margin: 0 6px}
bkrztuk wrote:The only way is to decrease spaces between menu items, to adjust the value please use this value :
- Code: Select all
.gkMenu > ul > li {margin: 0 6px}
bkrztuk wrote:There is no way to decrease the margin only in resolution - you can delete one of the menu items or change margin to decrease width for menu.
#gkMainMenu {clear: none !important}