Is there any way to have the gkMainMenu be centered in the gkTopNav position instead of aligned to the left?
Thanks in advance.
.gkMenu>ul>li>a {
border-right: none;
color: #222;
display: block;
height: 54px;
line-height: 55px;
padding: 0 32px;
}
#gkTopNav {
height: 55px;
margin-left: auto;
margin-right: auto;
width: 70%;
}
.gkMenu>ul>li>a {
border-right: none;
color: #222;
display: block;
height: 54px;
line-height: 55px;
padding: 0 32px;
* Centers the TopNav */
#gkTopNav {
height: 55px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 1280px) {
#gkTopNav {
width: 70%;
}