Mobile Menu
-
Hello,
I have a menu on my website () that I want to hide in mobile view.
I’ve tried several command such as
@media (max-width: 767px)
select.mobileMenu {
width: 100%;
display: hide;But no success. In chrome, it seems that the code is overtaken by element.style and I can’t find the css for mobile menu…
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Mobile Menu’ is closed to new replies.