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?

#127674
ChrisP
Participant

@Jarolin, if you’re talking about a completely different “mobile-version” of your site, rather than a responsively designed site, you’d create the site just like your desktop version, using css and html, create a mobile sub-domain (ie m.example.com), store your mobile version in the new subdomain, then use a redirect to detect if the users browser is mobile.

Although there’s several different ways to redirect traffic, here’s a snippet provided on css-tricks https://css-tricks.com/snippets/javascript/redirect-mobile-devices/