Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Very weird media query bug

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34985
    Arvid
    Member
    @media (max-width: 320px) {

    * {
    background: red;
    }

    }

    It works in jsfiddle and chrome but not in Firefox. Why? Other media queries work fine in FF. I apreciate any help, thanks!

    #89972
    Mottie
    Member

    It works, in Firefox, for me – demo.

    #89975
    Arvid
    Member

    For me to when Jsfiddlin’ it, however not on the actual website. This is strange because it works perfectly fine in chrome.

    #89976
    Arvid
    Member

    Somehow it solved itself when I set the max-width to be a bit higher…Very strange. Thank you for your help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.