Why isn't my menu and header visible on mobile for Dawn theme 4.0.0?

Hi! We’re using the Dawn theme (4.0.0) for our website https://outdoorbrigade.com/

I’ve been customizing it but the header menu and logo suddenly stopped showing on mobile. The dropdown in the main menu also doesn’t work. Can someone help me fix it please? Thank you very much.

Password is neabod

@hancardio hello add this css to timber.scss.css bottom of file

@media only screen and (max-width: 767px) {

.site-header .header-stripbar {

display:block !important;

}

}

Hi! Thank you very much for your reply.

I tried adding the code. The header strip is now showing on mobile but the logo and menu still aren’t.

problem with this css i dont know why did you add it but removing this one will fix it

@media only screen and (max-width: 767px) {
.medium-down–hide {
display: none !important;
}

}

Thank you so much for your patience. Is this supposed to be in the timber.scss.css file too? I looked for this code everywhere but I can’t seem to find it. Pretty sure also I didn’t add it since I mostly work with the “Customize” option on the theme.