Chosen
Go to Appearance > Customize > Custom CSS and paste in the following:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
div#menu-primary { float: none; display: block; margin-bottom: 0; } .menu-primary-container { max-height: none; } #toggle-navigation { display: none; } |