O
O
Obwabi2015-10-23 20:55:36
css
Obwabi, 2015-10-23 20:55:36

@media not working?

there is a code
media only screen and (max-width:1200px) {
#mobile-auth {
display: none;
}
}
but the element doesn't want to hide, help a :) .

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Demidov, 2015-10-23
@Obwabi

you have a condition of 1200 or less, you need to change the value to a smaller value of 800 or less, for example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question