Media query iPad mini
Hi there,
I have a problem with the media query for an iPad mini. I have red that for the iPad mini I have to use:
I have a problem with the media query for an iPad mini. I have red that for the iPad mini I have to use:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) { }I added the code under the Custom CSS field of the theme options.
But apparently it does not read the css at all.
I will be glad if you could help me.
All the best,
Kosio
P.S. The website is http://jaguarrescue.foundation/
All the best,
Kosio
P.S. The website is http://jaguarrescue.foundation/
Comments
we have no idea where from you get above css but it's wrong. The right @media rule should be: More details about @media rules, you can read on http://www.w3schools.com/cssref/css3_pr_mediaquery.asp
Thanks!
MY code now is:
Everything seems to work fine now! Thanks