#main {
width: 100%;
border: 0;
}
I have this for my mobile page. But it creates horizontal scrollbars. Why?
I tried the overflow: hidden trick on html/body, but that messes up other things for me.
Is there no way to just simply set the width to 100% and actually have the width be exactly 100% and no more?