You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
On the landing page of our website, we've observed that there is excess padding present on both sides of the main content specifically when viewed on mobile devices. This additional padding is affecting the user experience by reducing the usable space and causing unnecessary scrolling. To enhance the mobile user experience, we need to address this padding issue.
Expected Behavior:
The main content on the landing page should be properly aligned without any extra padding on both sides, ensuring that users can access the content comfortably on mobile devices without having to scroll excessively.
Steps to Reproduce:
Open the landing page of our website on a mobile device.
Observe the amount of padding present on both sides of the main content.
Note how the excessive padding impacts the usability and requires unnecessary scrolling.
Proposed Solution:
The padding values for the main content should be adjusted specifically for mobile views to ensure optimal use of screen space. This can be achieved through CSS media queries or responsive design techniques.
Screenshots:
The text was updated successfully, but these errors were encountered:
Issue Description:
On the landing page of our website, we've observed that there is excess padding present on both sides of the main content specifically when viewed on mobile devices. This additional padding is affecting the user experience by reducing the usable space and causing unnecessary scrolling. To enhance the mobile user experience, we need to address this padding issue.
Expected Behavior:
The main content on the landing page should be properly aligned without any extra padding on both sides, ensuring that users can access the content comfortably on mobile devices without having to scroll excessively.
Steps to Reproduce:
Proposed Solution:
The padding values for the main content should be adjusted specifically for mobile views to ensure optimal use of screen space. This can be achieved through CSS media queries or responsive design techniques.
Screenshots:
The text was updated successfully, but these errors were encountered: