Activate mobile menu

Got it @SOxley, looks like you’re heading in the right direction. You’ll want to set the top bar to hidden when the mobile nav shows up, currently .header__top-bar is set to display: block;

.header__top-bar {

display:none;

}