Interested in the question of how to make a template for mobile devices, so that the width at the entrance to the site was set automatically and there was no need to bring anything closer, on the bash.
Made such type:
@media only screen and (device-width: 480px) { body { width: 470px; } } @media only screen and (device-width: 320px) { body { width: 310px; } } @media only screen and (device-width: 360px) { body { width: 350px; } } @media only screen and (device-width: 240px) { body { width: 230px; } }
But the results were not ... I went through the Opera Mobile - the site looks on the computer, that is, you still need to increase.