Responsive Collapse Main Menu Hide your main menu in a collapible wrapper depending on screenwidth.
To add a responsive collapse main menu instead of the default "off canvas" mobile menu which reacts to screenwidth simply set/remove the following classes on the following elements:
-
1
.navbar-toggler
: add the attributedata-toggle="collapse"
. -
2 Add the class
.flex-lg-last
to the last.header-block
element within.header > .header-inner
-
3 Add the class
.navbar-expand-collapse
to the.navbar-expand-*
element.