这是我的网站。 http://losroblesrestaurant.com.ar/index7b.php。当在手机上显示时,菜单不适合屏幕。我需要它以347像素宽度查看。我已经尝试过媒体查询和视口,但它似乎没有用。
我试过了
<meta name="viewport" content="width=700, user-scalable=no">
<meta name="viewport" content="width=80%, user-scalable=no"> and
<meta name="viewport" content="width=device-width, user-scalable=no">
根本没有任何差别
我不允许发布图片,因此请检查:http://losroblesrestaurant.com.ar/images/iphone-problem.jpg
手机代码
body{min-width:347px;}
答案 0 :(得分:0)
编辑:
在.inner上设置固定的最小宽度。你需要删除它。
.inner-blanco的宽度也是990像素。将其更改为100%。