2 replies [Last post]
jabbamonkey
jabbamonkey's picture
Offline
newbie
Last seen: 7 years 14 weeks ago
Timezone: GMT-5
Joined: 2015-12-16
Posts: 2
Points: 3

I have a simple site that I’ve made responsive …
http://www.amazingdg.com/clients/test/

It worked fine when I tested it. However, a friend of mine with an iPhone 6+ sent me some screenshots, and it looks likes the media queries are being ignored. I tried http://quirktools.com/screenfly/ to test it out … and it looks completely fine there. Since I can’t duplicate the issue, I wanted to see if there were any developers with an iPhone 6+ that could duplicate the problem, and help troubleshoot. Please let me know.

jabbamonkey
jabbamonkey's picture
Offline
newbie
Last seen: 7 years 14 weeks ago
Timezone: GMT-5
Joined: 2015-12-16
Posts: 2
Points: 3

Got it.. parsing

Got it..

parsing issue...
.footcol3 { width:100%; text-align: center; margin-top:30px; }s

Note the s at the end.

gary.turner
gary.turner's picture
Offline
Moderator
Dallas
Last seen: 2 years 4 weeks ago
Dallas
Timezone: GMT-6
Joined: 2004-06-25
Posts: 9776
Points: 3858

Typos will get you every time

It is a best practice to always run your code through the html and css validators at W3C, preferably as you code.

cheers,

gary

If your web page is as clever as you can make it, it's probably too clever for you to debug or maintain.