Encountering an issue with a calculator code on my website. The code comprises two tables - the upper table allows users to input values and calculate, while the lower table displays a detailed scoresheet. The code functions perfectly on PCs; however, on smartphones, the upper table is not responsive to screen size. I have to scroll horizontally to access all fields in the table, whereas the lower table works fine on smartphone screens.
The problem seems to lie within the user-input fields of the upper table, which are unnecessarily wide and unresponsive to smaller screens.
Seeking assistance in modifying the code to be fully responsive on smartphone screens.
Thank you!
The Code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GPA Calculator</title>
<!-- CSS styling -->
...
All details provided above for reference.