Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with Mobile CSS Re: Help with Mobile CSS

#130295
CrocoDillon
Participant

Android uses webkit too so that will probably work, however you don’t need it.

`max-width: 480px` works for retina screens as well because even though, for example, iPhone 4’s physical resolution is 960px, it’s still considered 480px (likewise with iPhone 5 but it’s larger than 480px so the MQ won’t target iPhone 5, and Samsung Galaxy SIII is 640px, physical 1280px)