Hi there,
I have got a burger menu in place using custom CSS from an old themeco thread.
However the burger button does not seem to do anything when it is clicked. I have a menu attached already so I am not sure what else I need to do.
The site is http://syslor.net/, and the current css i used for the menu is
a.x-btn-navbar {
display: block;
float: right;
}
nav.x-nav-wrap.desktop {
display: none;
}
.x-nav-wrap.mobile.collapse.in {
display: block;
}
.x-navbar.x-navbar-fixed-top {
position: fixed !important;
}