• Hello everyone,

    I have been banging my head against the wall with IE 11:

    @media all and ( min-width: 1500px ) {
    
    		.meta-spacer {
    			height: 255px;
    		}
    	}

    The above media query is entirely ignored by that browser, while all other (non-IE) browsers on all OS display it as wanted.

    Anyone has any clue, maybe?

  • The topic ‘IE 11 ignores one particular media query – WTF’ is closed to new replies.