As a newcomer to website development, I have some knowledge of CSS, HTML, and Javascript. However, I am encountering issues with my website. When viewed on low screen resolutions or mobile devices, the right side of my site is cut off, making it impossible to zoom out or scroll.
I attempted to address this issue by adding the following code for iPhone 5:
<meta name=”viewport” content=”width=device-width, maximum-scale=0, user-scalable=yes, max-zoom=5, min-zoom= 0.25 ” />
Unfortunately, this solution did not work. Seeking help from others revealed that the problem persisted when viewing the site on lower resolutions or mobile devices.
Now, I believe creating a CSS file with specific resolutions and adjusting the head and body percentages might solve the issue, but I am unsure where to start. Any guidance on how to proceed would be greatly appreciated!