Site's width is not fitting with android

Status
Not open for further replies.

edfungus

New Member
Messages
9
Reaction score
0
Points
1
Hi! I have a site made for smartphones and the page fits to the phone's width. Ever since using Cloudflare, the site displays too wide on Android phones. iPhones, iPod, WebOS works fine. I have been working on this issue for a while and could not find a solution. I even rolled back the site a couple revisions and the problem still persisted.
Here is some code im using:
'<meta name="viewport" content="width=device-width;" />'
'html{
color: white;
background: #1f1f1f;
font-family: Futura;
height:100%;
width: 100%;
max-width:800px;
margin-left:auto;
margin-right:auto;
}'

Please help and/or investigate!
The site is: Mallsear.ch
Thanks!
Edmund
 
Status
Not open for further replies.
Top