Drawn2Shoe is a user-friendly e-commerce platform. It offers customers the ability to purchase and personalize their shoes. The platform's intuitive interface ensures seamless navigation and usability across a variety of devices.
Describe the bug
The registration form is too large and not fitting well within the viewport, causing layout issues.
Steps To Reproduce
Steps to reproduce the behavior:
Go to the registration page.
Click on the 'Register' button to open the registration form.
Scroll down to view the entire form.
See error: The form extends beyond the viewport and requires scrolling.
Expected behavior
The registration form should fit within the viewport without the need for scrolling, providing a seamless user experience.
Screenshots
Initial problematic layout:
Proposed improved layout:
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome
Version: 114.0.5735.199
Additional context
This issue can be fixed by adjusting the CSS styles to ensure the form's size is responsive and fits within the viewport on various screen sizes.
Describe the bug The registration form is too large and not fitting well within the viewport, causing layout issues.
Steps To Reproduce Steps to reproduce the behavior:
Go to the registration page. Click on the 'Register' button to open the registration form. Scroll down to view the entire form. See error: The form extends beyond the viewport and requires scrolling. Expected behavior The registration form should fit within the viewport without the need for scrolling, providing a seamless user experience.
Screenshots Initial problematic layout:
Proposed improved layout:
Desktop (please complete the following information):
OS: Windows 10 Browser: Chrome Version: 114.0.5735.199 Additional context This issue can be fixed by adjusting the CSS styles to ensure the form's size is responsive and fits within the viewport on various screen sizes.