Hi kirascolaire!
It looks like the rule you are using is not correct. Try to use this and let me know if this works. If you copy and paste media queries from chrome it doesn’t inlcude the ‘ { ‘. If this doesn’t work try adding !important after display: none. Hopefully this works!
@media (max-width: 767px) {
select.mobileMenu {
display: none;
}
I added the rules in style.css, but it has no effect. I’ve checked in Chrome console and it seems that element.style is overriding style.css lines… for some strange reason.
Did you not try adding the !important that I mentioned?
Thanks a lot! it worked 😀
Did you not try adding the !important that I mentioned?