Twenty Twelve
Remove Residual Styling
Copy the header.php file to your Child Theme.
Find:
1 |
<nav id="site-navigation" class="main-navigation" role="navigation"> |
Replace with:
1 |
<nav id="site-navigation" role="navigation"> |
To restore the gap between the navigation and the site logo/name, go to Appearance > Customize > Additional CSS and add the following:
1 2 3 4 |
#site-navigation { margin-top: 24px; margin-top: 1.714285714rem; } |