How could I create the top menu to behave like in Creativty template? I managed to fix the menu but I was unable to have the background stay with the menu?
Kindly advise
#gkMainMenu {width: 100%; }
#gkMainMenu .gkMenu > ul {
text-align: center;
}
#gkMainMenu .gkMenu > ul > li {
float: none;
display: inline-block;
}