Is there a way to center the Main Menu, instead of the left/right float, while retaining the Responsiveness...
Thanks
Heiko
#gkMainMenu {
float: none;
}
.gkMenu > ul {
text-align: center;
}
.gkMenu > ul > li {
display: inline-block;
float: none;
}