Hello,
I have the Google Chrome extension to change my browsers screen side to anything I want with some already preset. One of which is titles "Not so old computers" which is 1280, however as you see in the CSS Media Query below, although it is set to this, it does not seem to work.
Code:
@media only screen and (min-width : 1280px) {
/** MY css is here... **/
}
I tried editing the minimum width to -10px which had no effect then a further -10px (1260px instead of 1280px) and I finally got a result.
Any ideas about this?
Best Regards,
Tim