Hello,
can you tell me how to center the menu? I have no logo, I just need the menu in the home page
#gkLogo {
display: block;
float: none;
height: 108px;
margin: 0 auto;
padding: 0 !important;
width: 120px;
}
#gkHeaderNav .gkMainMenu {
float: none;
text-align: center;
}