North (SiteOrigin)

Remove Residual Styling

North applies styling to the default theme menu system using !important CSS. When Max Mega Menu is enabled for the main menu, the existing !important CSS is incorrectly applied to Max Mega Menu.

Step 1

Copy the header.php file to your Child Theme.

Find:

Replace with:

This edit removes the “main-navigation” class from the menu wrapper, which in turn stops the theme from being able to apply its own CSS to the menu.

Step 2

To move the menu back into it’s old position, go to Appearance > Customize > Additional CSS and enter the following:

Mobile Menu

To push the mobile menu onto it’s own row on smaller screens, go to Appearance > Customize > Additional CSS and enter the following:

You can adjust the “max-width” value to determine at which screen sizes (and below) the menu should be pushed onto a new line.

Related Articles