Hi,
Not sure whats happening here. I amended the breakpoints so the hamburger menu showed on iPad too, however, when you click the icon, the navigation doesn’t appear. It’s on this site - http://afitterlife.co.uk
I’d added this in the customiser CSS section
@media (max-width: 1200px) {
a.x-btn-navbar {
display: inline-block;
float: right;
}
.x-nav-wrap.mobile.collapse.in {
display: block;
}
.x-nav-wrap.desktop {
display: none;
}
}
What have I done wrong?