I'm trying to create a class that I can use to hide certain divs on the mobile version of the site. The css that I am using is
Код: Выделить всё
@media screen and (max-width: 720px) {.desktop-only { display: none !important; }}
Код: Выделить всё
I have tried all of the suggestions listed in Hide div on mobile devices, using CSS but cant seem to figure out what ive done wrong.
Here is a pen to illustrate the issue....resize it to under 720px and the desktop-only div doesnt hide http://codepen.io/anon/pen/vEjvbM
Источник: https://stackoverflow.com/questions/287 ... ot-working
Мобильная версия