Hi,
I have turned off Responsive layout for my template because I dont need it. I only need the menu to change to the Menu icon for lower resolutions. How can this be done?
My web is http://manaki.gorast.com/
Thanks,
Gorast
@media only screen and (max-width:1235px) {
#gkMobileMenu {
display: block;
position: absolute;
right: 91px;
top: 28px;
}
#gkMainMenu {
display: none;
}
#mobileMenu {
position: absolute;
top: -200px;
}
}