Reputation: 3
I am developing a portfolio website. The hamburger disappears when I open website on mobile phone. when I inspect website on laptop screen it appears as desired in mobile mode (small screen) as well in tablet mode. However it disappears when I open actual website on mobile phone. Can somebody help me to identify the problem?
Appreciate your help.
Upvotes: 0
Views: 173
Reputation: 26
I have tested on my iPhone 12, and I see the problem. What if you change the section1_header's top: -100%;
to top: -100vh;
?
I think it is just a positioning issue, try changing the unit.
Upvotes: 1