Tagged: media
Hi,
I have a problem with min-width, it’s not working, but max-width works perfectly… here are the test page created to show the result, CSS is written in custom.css file. Upper part is not working…
Hi rfrbase!
You forget to close it. :)
@media only screen and (min-width: 74.5em) {
.hide_desk {
display: none;
}
}
Best regards,
Ismael
I am LOL…