hey did you find something? :// i don’t know how to do it.. Thanks in advance..
Topic summary
A user seeks to reorganize their footer layout to match a reference design, specifically wanting to reposition the email signup box and footer menu placement, plus adjust social media icon distribution.
Initial Confusion:
- Multiple helpers initially misunderstood the request as a color change (black to white)
- User clarified they want layout restructuring, not color modifications
Solution Provided:
- Made4uo-Ribe delivered working CSS code targeting footer content alignment
- Code uses flexbox properties (
flex-direction: row-reverse, column gaps, width adjustments) to reposition elements - Implementation requires adding CSS to Shopify theme files (base.css, theme.css, or styles.css)
Implementation Steps:
- Navigate to Shopify Admin → Online Store → Theme → Edit code
- Locate the appropriate CSS file
- Insert provided CSS at bottom of file and save
Status: Resolved - Original poster confirmed the solution worked exactly as intended. A follow-up user later requested clarification on where to paste the same code for their similar issue.