简体   繁体   中英

CSS Width stranege beahviour on small screens

I have a aparently an easy problem with the width of my container when accesing in mobile devices or small screens

I spent 3 hours wonder why but...I can´t find the way

this is the url >> http://goo.gl/ZlLn3

You can see how the header, the content and the footer are beign limited when accesed by ipad/iphone or you resize the browser in desktop...i don´t need to go responsive, I only want the design shows full in every device !

It is caused by your combination of width: 100% and overflow: hidden .

The elements are not wider then the browser viewport (100%), and from they they overflow and you hide them ;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM