A user is experiencing excessive padding around header icon links on mobile devices, causing layout issues where elements don’t fit on a single line.
Problem Details:
Issue occurs only on mobile view
Icons have too much spacing between them
Goal is to align all header elements on one line with minimal padding
Additional concern: clicking on games causes layout problems on some devices past the landing page
Proposed Solutions:
Two community members provided CSS code snippets:
First attempt: Targeted .footer-block--newsletter with reduced padding (10px) for screens under 600px width
User confirmed this did not resolve the mobile header issue
Second solution: More comprehensive CSS targeting:
.list-social with flexbox properties (display: flex, no wrapping, right-aligned)
Header element with negative margins (top: -84px, bottom: -43px, left: 10px)
Newsletter block spacing adjustments
Both solutions require adding code to the base.css file in the theme assets. The discussion remains open as the user is seeking additional guidance after the first solution failed.
Summarized with AI on November 24.
AI used: claude-sonnet-4-5-20250929.
There seems to be a lot of padding around the icon links in my header on mobile only. If i can get everything on one line with little padding then that would be ideal.