setting the viewport makes the entire page look better for mobile, the easiest solution I found is to use a meta tag to set it:
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1">
you can change the 1 to different numbers and use decimals like .5 to size the mobile version to look how you want it... I use a similar no script template system and it works like a charm for me...
|