My header and footer are set to a maximum width of 1600px, but the remaining body of the page is set to a maximum width of 1400 px, but that is not obeyed by the screen.
however when I open that in chrome responsive mode (inspect): I think control+shift+I than when I put the width to 1600 px than it works correctly. so what is the issue and what is the fix?
Yes, I do, but normally I handle these issues of validations and responsiveness at the end of the project.
I sit for one whole day, and write the responsive code and then check the validations.
But I think the issue that I have here is related to the ports/screen width etc.
I prefer to validate while developing because errors and warnings seem easier to fix immediately.
I checked the link and it has numerous errors and warnings which each browser will no doubt guess at what is trying to be achieved, Try fixing the errors and warnings and see if the problems are solved.
Invariably I create validation links on the web page to make it easier to incrementally check progress.
You are spot on. My zoom in the browser is set to 110%; As soon as I fixed it and set it to 100%. that 1400px/1600px issue was resolved. Indeed a new learning for me.