Skip to content

fix: improve footer icons layout on mobile devices#6755

Open
A-d-i-t-y wants to merge 1 commit intopipe-cd:masterfrom
A-d-i-t-y:fix/footer-icons-mobile-layout
Open

fix: improve footer icons layout on mobile devices#6755
A-d-i-t-y wants to merge 1 commit intopipe-cd:masterfrom
A-d-i-t-y:fix/footer-icons-mobile-layout

Conversation

@A-d-i-t-y
Copy link
Copy Markdown

What this PR does

Fixes the footer icons layout that breaks on small screens / mobile devices.

Which issue this fixes

Fixes #6510

Changes

  • Changed col-4 to col-12 col-sm-4 so footer icons take full width on mobile
  • Changed col-8 to col-12 col-sm-8 so CNCF logo section also wraps correctly on mobile
  • Added flex-wrap to prevent icons from overflowing on small screens

Does this PR introduce a user-facing change?

Yes — footer now displays correctly on mobile devices.

Signed-off-by: Aditya <aaaditya1909@gmail.com>
Copy link
Copy Markdown
Contributor

@rahulshendre rahulshendre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a video or a screenshot of the change @A-d-i-t-y

@A-d-i-t-y
Copy link
Copy Markdown
Author

Hi @rahulshendre,

Here is the before screenshot showing the broken footer layout on mobile:

Screenshot 2026-05-10 190911

The fix changes:

  • col-4col-12 col-sm-4 (full width on mobile)
  • col-8col-12 col-sm-8 (full width on mobile)
  • Added flex-wrap to prevent icon overflow

I am working on setting up the local Hugo server to provide an after screenshot as well. Will update shortly.

@A-d-i-t-y
Copy link
Copy Markdown
Author

Hi @rahulshendre,

Please find the before and after screenshots below:

Before: Footer icons were stacked in 3 rows and breaking on mobile screens.

Screenshot 2026-05-10 190911

After: Footer icons are now properly aligned in a clean 2-column layout on mobile.

Screenshot 2026-05-10 225221

Let me know if any further changes are needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Footer icons layout breaks on some mobile devices

2 participants