Media Queries does not load

I am working on this website http://www.passiveincomekube.com/violeta/ and I am testing responsiveness here studiopress dot com/responsive/ ,I wrote Media Query for these screen sizes @media only screen and (max-width: 1500px) @media only screen and (max-width: 1139px) @media only screen and (max-width: 1023px) and if I can see my website here studiopress dot com/responsive/ ,the responsiveness works till 768 px devices .

I am writing Media Query for now @media only screen and (max-width: 767px) device ,it is not working and still loading previous media query that is for 1023px one

Read More

Is there any solution so that it loads Media query for this and below devices @media only screen and (max-width: 767px)

Regards

Related posts

1 comment

  1. The way I see your site right now, your style.css contains three media queries for 1023px (line 2014, line 2645, and line 2823) but none for 768px. Perhaps you forgot to update the server?

Comments are closed.