Centralise social links and email box text

Topic summary

Central issue: center the footer’s social links and email signup text in a Shopify Prestige theme, then adjust mobile sizing for company info text and payment icons.

Key actions and solutions:

  • Helper requested the store URL (jednay.com) and provided CSS to center the specified footer elements. Steps: Online Store > Edit Code > theme.liquid > add custom CSS just above the closing tag. OP confirmed it worked.
  • Follow-up (mobile-only): OP asked to reduce the company info text and payment icon sizes. Guidance: decrease font-size; to force the company info into two lines on typical iPhones, ~9px was needed (OP can adjust to 10–11px as desired). Same placement in theme.liquid.
  • Payment icons: updated CSS included a max-width setting (e.g., 30px) to resize icons; OP confirmed the look was “all sorted.”

Notes:

  • Images were shared to illustrate the before/after alignment and text wrapping but are not required to apply the solution.

Current status:

  • Original footer alignment and mobile sizing issues are resolved.
  • New, unanswered request: change collection list images to display two per row on mobile (no solution posted yet).
Summarized with AI on December 31. AI used: gpt-5.

Hi @Jednay ,

You can replace the previous code with the below code. This should make the alignment to center.


1 Like