Dynamik Responsive Design
To make your primary navigation menu into a “hamburger menu” on mobile:
- Go to the Genesis > Dynamik Design menu.
- Click the Responsive tab.
- Click the Show/Hide Options button.
- Under the Default Media Query Options section, click the Navbar Media Query Styles dropdown and select Mobile Dropdown.
- Find the text box next to “Toggle/Dropdown Menu 1 Text” and replace the text with a single space.
- Click Save Changes.
- Go to the Appearance > Menus menu.
- Select your Primary Navigation menu and click the Select button.
- Scroll to the bottom and check the box next to “Responsive Dropdown 1.”
- Click the Save Menu button.
- Go to the My Custom CSS menu.
- Add the following CSS:
-
#dropdown-nav .responsive-icon-bar, #dropdown-subnav .responsive-icon-bar { float: none; margin: 1px auto; }
-
#dropdown-nav .responsive-menu-icon { float: none; padding: 0 0 15px 0; }
-
- Click the Save button.
To make your header navigation menu into a “hamburger menu” on mobile:
- Go to the Genesis > Dynamik Design menu.
- Click the Responsive tab.
- Click the Show/Hide Options button.
- Under the Default Media Query Options section, click the Navbar Media Query Styles dropdown and select Mobile Dropdown.
- Find the text box next to “Toggle/Dropdown Menu 1 Text” and replace the text with a single space.
- Click Save Changes.
- Go to the Appearance > Menus menu.
- Select your Header Navigation menu and click the Select button.
- Scroll to the bottom and check the box next to “Responsive Dropdown 1.”
- Click the Save Menu button.
- Go to the My Custom CSS menu.
- Add the following CSS:
-
#dropdown-nav .responsive-icon-bar, #dropdown-subnav .responsive-icon-bar { float: none; margin: 1px auto; }
- #dropdown-nav .responsive-menu-icon {
float: none;
padding: 0 0 15px 0;
} -
@media only screen and (max-width: 479px) { .site-header .widget-area { display: none; } }
-
- Click the Save button.