-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Mobile Footer Layout is Not Properly Optimized Compared to Desktop Version #39496
Copy link
Copy link
Open
Labels
type: featurePull requests that introduces new featurePull requests that introduces new feature
Description
Description
While reviewing the website footer, I noticed that the layout behaves differently on mobile compared to the desktop version.
On desktop screens, the footer is displayed in a well-structured multi-column layout (Company, Platform, Resources, Download, Support). However, on mobile devices the footer becomes very long and stacked vertically, making navigation less user-friendly.
Expected Behavior
The mobile footer should be optimized for small screens, for example:
- Collapsible sections (accordion style)
- Better spacing and alignment
- Reduced vertical scrolling
- Improved readability and navigation
Current Behavior
On mobile view:
- All footer sections are displayed sequentially in a long list
- The layout appears crowded
- Users must scroll significantly to reach the bottom
Screenshots
Desktop View:
Mobile View:
Possible Improvement
Implement responsive footer behavior for mobile devices such as:
- Accordion/collapsible sections
- Improved spacing between sections
- Optimized responsive grid
Environment
Device: Mobile
Viewport: ~375px width
Browser: Chrome
Additional Context
I would like to work on this issue if it is approved.
Please feel free to assign it to me. and i will fish as soon as possible
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: featurePull requests that introduces new featurePull requests that introduces new feature