Page 1 of 1
Problem rendering on iPhone
Posted: Tue Dec 03, 2019 2:27 am
by krewman
Building a non-responsive site. Displays correctly on desktop, but layers not extending across full screen on iPhone. All pages set to 1100.
http://krewmarketing.com/Home.php
Any advice would be greatly appreciated!
Re: Problem rendering on iPhone
Posted: Tue Dec 03, 2019 3:35 am
by crispy68
uhhhh….you said:
Building a non-responsive site.
If it is 'non-responsive' why do you think it would look correct on an iPhone? You need to make it responsive to look correct.
Looking at it on my Galaxy S7 everything is really tiny. You are squeezing a desktop layout onto a phone screen which 1. Google will ding you for big time as it is not mobile friendly and 2. someone visiting your site is going to have to zoom to see anything.
As for the layers, I see a horizontal scrollbar on desktop so something may be outside of the viewport width (shrink your desktop browser to see). The 'Grey_Upper' div width is 102.182% and the container is 1124px wide.
Also, there is no viewport tag in your code.