Redux is great, it just requires some residual styling removal
- Open the theme’s header.php. Locate this line:
<!-- BEGIN #primary-nav -->
- In the line below, change the ID of the
#primary-nav
div touber-nav
, so you have this:<div id="uber-nav">
- This removes the residual styling.
- By default, the menu will be full width and sit below the site title. If you would like the menu to appear in the original
theme menu’s location, add this code:#uber-nav { margin-bottom: 40px; float: right; margin-right: -10px; }