hey how to reduce the gap between menu links and social media icons?
Topic summary
A user seeks help centering and stacking their Refresh theme footer menu into two columns on mobile devices, as it currently displays left-aligned in a single column.
Solutions Provided:
Two support teams offered CSS code solutions:
- BSS-Commerce: Suggested adding CSS to
base.cssortheme.cssusing grid layout withgrid-template-columns: 1fr 1frandtext-align: center - PageFly-Kate: Recommended adding CSS to
section-footer.csswith similar grid properties plus additional padding adjustments
The user confirmed PageFly-Kate’s solution worked perfectly.
Follow-up Issues:
- User asked how to center the footer logo image on mobile (currently left-aligned)
- PageFly-Kate responded but couldn’t see the logo in question
- A new participant asked about reducing gaps between menu links and social media icons
Status: Initial centering issue resolved; logo alignment and spacing questions remain open.