Currently, I am working on a school project with a website created by former students. Unfortunately, I have limited knowledge of HTML and CSS which has made it challenging for me to ensure the site is mobile-friendly. There are issues such as text overflowing the display and iframes being too large that need to be addressed. Despite hours of searching online, I have been unable to find a solution.
One thing I have discovered is changing overflow-x: auto
to overflow-x: hidden
in the CSS file can help eliminate overflow issues.
If anyone has tips on how to improve this specific page, I would greatly appreciate it. Please feel free to inspect the code using browser tools (CTRL+SHIFT+I).
- How can I resize iframes, text, images, etc., based on the display's width and height?
- What is causing the footer text to extend beyond the screen, and how can I rectify this issue?