My first responsive project and it's not as smooth as I hoped!
I've completed an initial concept with break points at 768 and 480 and it breaks fine when I resize in the browser. I did a final test in my smart phone and I get the FULL SITE!
I've been banging my head against the wall and I sure hope somebody can bail me out!
Also, when resizing my screen on a desktop, it breaks OK but I need to refresh at each point to force some elements in place...any way I can prevent that?
1) What is the resolution of your smartphone?
For instance most smartphones have a screen width of more than 484px in portrait mode.
2) If you need to refresh to force some elements in place, it means the corresponding CSS are missing in the media query corresponding to that "max-width"
Bookmarks