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?
March 11, 2013 at 4:05 pm
#127782
Member
/* Smartphones (portrait and landscape)
*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}