+ 1
How do you make your website mobile friendly?
I can't believe it has problems with width
3 Answers
+ 1
You'd want to learn about the @media query, this is used for mobile versions of a website.
+ 1
Learn CSS @media queries so you can resize the elements according to screen size.
** Learn Bootstrap because it will make developing mobile first websites much easier.
0
Rwd (responsive web design)! you can either use a framework like foundation or bootstrap...or build your own grid system...