Eco Nature
Fix Mobile Menu
Copy the header.php file to your Child Theme.
Find:
1 |
<div class="header_bot" data-height="<?php echo $cmsms_option[CMSMS_SHORTNAME . '_header_bot_height']; ?>"> |
Replace with (double click the code you have pasted is exactly as it is below before saving):
1 |
<div class="" data-height="<?php echo $cmsms_option[CMSMS_SHORTNAME . '_header_bot_height']; ?>"> |