Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Mobile Menu Behind Content

New Front EN Support Forums Kanso Theme Support Mobile Menu Behind Content Reply To: Mobile Menu Behind Content

#3292
mmsatori
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