Hiding header on mobile
-
Hey, I’m trying to hide the header I’ve built. Im using Elementor and I’ve tried to hide it via Elementor settings and it failed, then I’ve tried to add CSS code:
@media only screen and (max-width: 767px){#site-header {display: none;}}
And still nothing.
I did inspect elements and I saw that when I remove the “flex” its goes down.
How can I delete it please
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hiding header on mobile’ is closed to new replies.