Main menu got up and centered, but appears in cell phone white strip, cut the logo, in addition to the side menu. =
I want to remove this strip.
In desktop it looks good.
Thank you for your help
http://www.graphictime.com.co
#gkHeaderNav.gk-fixed-nav {height: 50px;}
@media (max-width: 1160px) {}
.gk-fixed-nav #gkLogo, .gk-fixed-nav #gkMobileMenu {
margin-top: 16px !important;
}
#gkLogo img {
margin-top: 0px !important;
}
}
/*mejorar header-el logo subió*/
#gkLogo img
{
margin-top: -110px !important;
}
#gkHeaderNav
{
top: -5px !important
}