Hey there, thanks for getting back to me. I haven’t removed the footer but i did remove the ‘powered by shopify’ text. Is that what you mean by bottom footer? And sorry I’m not too familar with code, can you let me know where exactly to paste it? Thank you!
Topic summary
Issue: Footer in the Retina (Out of the Sandbox) theme appears too tall; user wants to shorten it. An image was provided illustrating the desired cutoff.
Key update: A contributor identified leftover space from the theme’s bottom footer area and suggested hiding it via custom CSS.
Proposed fix:
- Add this CSS: .footer-bottom { display: none; }
- Steps: Shopify Admin → Online Store → Themes → Actions → Edit code → Assets → theme.css → add code at the bottom → Save → Refresh.
Clarifications: The user had removed only the “Powered by Shopify” text and asked where to place the CSS. Store URL and a password were shared for troubleshooting (details not repeated here).
Outcome: After adding the CSS to theme.css, the footer height updated as desired. The user confirmed it worked.
Status: Resolved. No remaining open questions or disagreements.
1 Like