Juan
Juan

Reputation: 149

How to create a mobile version?

I was wondering if someone can help me with "How to create a mobile version" from any site?

First steps?

I was using "responsive css style" to resize the website to a "mobile resolution" but I thinking in others sites using "m.mysite.com" and I dont know how to make it.

Thanks!

Upvotes: 0

Views: 69

Answers (2)

Arsalan Mithani
Arsalan Mithani

Reputation: 480

If you are looking for creating m.yoursite.com for mobile users you should read this post You have to create a Subdomain for your Mobile Users as described here.

Upvotes: 1

Roland
Roland

Reputation: 26

I would recommend using the Bootstrap 3 grid system. No matter on what device or resolution your website is viewed, if used correctly, it will resize accordingly. Just go to http://getbootstrap.com and you'll find all the information and examples there.

Upvotes: 1

Related Questions