SuperMag Pro
Edit the following file (using an FTP client):
wp-content/themes/supermagpro/acmethemes/hooks/header.php
Find (line 426):
1 |
<nav id="site-navigation" class="main-navigation <?php echo esc_attr( $supermag_enable_sticky_menu );?> clearfix"> |
Replace with:
1 |
<nav id="site-navigation" class="<?php echo esc_attr( $supermag_enable_sticky_menu );?> clearfix"> |