Hi
I would like to resize the menu bar with smaller height.
I have added the following to CSS overwrite but not sure if it is the correct way to do it:
#gkMenuWrapper
{
height:46px;!important
}
.gkMenu > ul > li
{
height:46px;!important
}
thank you very much for your help