Primary menu in header disappears when browser resize, and on mobile

On my site glassslipperatx.com/, the link that says “Press Kit” in the upper right corner of the header disappears if the user resizes their browser. Also on mobile, the link doesn’t appear. How do I fix this?

Hey there

Its menu element and its intended to be hidden on small screen devices, and your css
.fa-bars {
display: none;
}

makes mobile menu bars to be invisible

Oh yeah, I forgot I put that in there! :wink: Thanks!

:wink: no problem, im here to recall

Let me know if you need anything else in new ticket