Is there a way to specifically target an iPad for customized CSS? Or, any tips on accomplishing same?

Joe

Comments

Jeff Burnz’s picture

If you google this you will find many media query solutions to this, probably something like this:

/* Target Retina displays using device pixel ratio */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
}
johnalbin’s picture

Status: Active » Closed (fixed)

closing old support issues