Forums

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

Home Forums CSS How do i make the mobile version of my website display only on mobile phones? Re: How do i make the mobile version of my website display only on mobile phones?

#127782
zdravo
Member

/* Smartphones (portrait and landscape)


*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}