A user is experiencing excessive padding in their website’s footer on mobile devices, which appears disproportionate to the rest of the site. An attached screenshot illustrates the issue.
Previous attempts:
A developer previously provided CSS code targeting .site-footer with a max-width media query of 749px, but this solution did not work.
Proposed solutions:
Three community members offered similar CSS-based fixes:
Dan-From-Ryviu suggested adding code to hide <br> tags within the footer using display: none and visibility: hidden at max-width 749px
INA_MSWEB recommended targeting .site-footer .grid__item br elements with display: none at max-width 768px
oscprofessional proposed hiding .footer.site-footer br tags using both visibility: hidden and display: none with !important flags
All solutions involve editing the theme.css file in the Assets folder and adding media queries to remove line breaks causing excess spacing. The discussion remains open with no confirmation of which solution resolved the issue.
Summarized with AI on November 21.
AI used: claude-sonnet-4-5-20250929.