New Front EN › Support Forums › Kanso Theme Support › Mobile Menu Behind Content › Reply To: Mobile Menu Behind Content
May 14, 2014 at 1:49 pm
#3292
Keymaster
Alright, this is a bit outside the scope of the intended theme functions, but I’ll try to point you in the right direction: please use this code in the “Styles: Add Custom CSS” tab of the Theme Options panel:
@media only screen and (max-width: 767px) {
.page-space {
height: 0 !important;
}
#main-header #header, #main-header .bigheader, #main-header #header-box, #main-header .smallheader {
border-bottom: none !important;
position: static !important;
height: auto !important;
}
}
Sincerely,
Andrii / Satori Studio