Help in Problem in my Design Html and Css

Welcome Everyone
Now i have Problem i don't Know how i will fix it .
it is the First time to see problem like this
Now i had Designed a website and i make it Responsive with all Devices
But when the Customer Open this Website on his Computer he is 32 inch He told me That Their are Some Elements Had Disappear from the Page (This is the First test on this PC) When i saw this Designed i Realized that it is the Design of Mini laptops which i had Designed Between 1000px tp 1250px
upload_2017-10-24_21-53-4.png
This is The Code Which Appear to him in the page
But When he Make His Browser Zoon out 80%
It Works Good Without any Problem
What is the Solution ?
Notice : My Laptop is 15.6 inch But his PC is 32 inch
Thank You
 
Does the media query have a closing bracket?
Why are you defining a max width of 1250px for the media query?
Do you have any fallback styles for when the screen breaks the 1250px point?
Have you defined a max-width for the body or the site's containing div at any point?
 
Does the media query have a closing bracket?
Why are you defining a max width of 1250px for the media query?
Do you have any fallback styles for when the screen breaks the 1250px point?
Have you defined a max-width for the body or the site's containing div at any point?
Yes i had closed Bracket
And i defining max width 1250px because.it is.the last code.in the page after this width the screen will come back to the first code which i had written
No i didn't.have max width in body tag or the contianer div
 
No expert here but it sounds like the first bit isn't being picked up again so does that actually have the relevant media query to be used after 1250px
 
Back
Top