The issue is with the alignment of the second row of textbox elements under the "Add Equipment" section on this page:
While organizing the code in Dreamweaver, the elements line up correctly. However, when viewed in Google Chrome, they shift to the second column of form fields instead of floating left as intended.
If you're troubleshooting this problem, focus on the index.php and primary.css files for any related issues. Interestingly, this alignment problem did not exist when all form fields were textboxes; only after changing two to option boxes did the unexpected shift occur.
The total width of the top row amounts to 930px, mirroring the container's width and consistent with the form fields in the "Add User" section. Any insights or assistance on resolving this would be highly appreciated!