Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #212173

    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…

    http://hugothecat.com/test/

    #212357

    Hi rfrbase!

    You forget to close it. :)

    @media only screen and (min-width: 74.5em) {
    .hide_desk {
    display: none;
    }
    }

    Best regards,
    Ismael

    #212386

    I am LOL…

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘@media only screen and (min-width… NOT WORKING’ is closed to new replies.