OK,,,, so I’ve added below CSS and it got pretty close,,,,
The last thing to be resolved is to kill the space between menu list (after click on menu toggle, menu list shows up).
Can anybody help??
https://www.at-newyork-hotel.com
@media (max-width: 767px){
.kad-header-left {
width: 80%;
}
}
header .nav-trigger .nav-trigger-case {
top: -50px;
position: absolute;
}
#kad-mobile-nav {
margin-top: 0px;
}
@media (max-width: 480px) {
.kad-retina-logo {
width: 70%;
}
}
@media (max-width: 767px) {
.wrap.clearfix.contentclass.hfeed {
margin-top: -40px;
}
}