Hi William,
You have this code in your style.css file:
@media (max-width: 1050px) {
.secondary-navigation .menu-toggle,
.secondary-navigation .mobile-bar-items,
.sidebar-nav-mobile:not(#sticky-placeholder) {
display: block;
}
.secondary-navigation ul,
.gen-sidebar-nav {
display: none;
}
[class*=â€nav-float-“] .site-header .inside-header>* {
float: none;
clear: both;
}
}
You can change the value 1050px to 768px or a different value to change the breakpoint you have set.