I've decided to begin with websites for mobile devices. I'm using http://mobiletest.me to check how the website would look on mobile device, without actually using my mobile all the time to check. However, when I finally made 80% of work and wanted to check on my phone it displays the site on 100% width
as a normal website not like an bigger one.
What is it I'm missing in my project to display it the right way? I have main container
that holds all other divs inside. Maybe this might be the issue?
div#mobile-container {
position: relative;
width: 100%;
overflow: hidden;
}