Hi,
I have a site that is displaying too wide for a vertical iPhone 6. The menu is off the screen to the right. I am attaching 3 photos – how it looks at firta, after I pull the display to the left and after I resize (how I want it to look).
This page has a slider on, but I get the same behavior even when the page does not have a slider
Yes, the theme option is ticked for ‘responsive’
user id and password below
sorry, I could not see how to add attachments
Hey!
It’s because of this code you have in Quick CSS:
body {
color: #444;
font-family: "Open Sans",sans-serif;
line-height: 1.4em;
min-width: 600px; /* <-- this */
}
Regards,
Josue