Revive
Fix Mobile Menu
Links within the mobile menu will ‘jump’ when hovering over them, due to residual theme styling.
To fix this copy the modules/header/top-bar.php file to your Child Theme (keeping the directory structure intact).
Find:
1 |
<div id="top-menu"> |
Replace with:
1 |
<div id="top-menu-mmm"> |