A user seeks to position the footer section on top of the image banner on their homepage without white background, while ensuring it works consistently across all pages (desktop and mobile). Their previous solution only worked on the main page.
Initial attempts:
First CSS code provided targeted specific section IDs with negative margins and height adjustments
User reported no visible changes when adding code to base.css
Second code iteration also failed to produce results
Troubleshooting process:
Developer requested and received store access (password: 1570)
Multiple rounds of CSS adjustments were made
Issues encountered: enlarged/cropped desktop images, missing footer on mobile homepage, content overlap on product pages, unwanted white space
Resolution:
After several iterations of code refinements and testing across different pages and devices, the developer successfully resolved the footer positioning issues
User confirmed the final solution works satisfactorily
Status: Resolved. The footer now displays correctly across all pages on both desktop and mobile devices.
Summarized with AI on November 1.
AI used: claude-sonnet-4-5-20250929.
I’d like to make footer section on top of the image banner (main page) without any white background, stays at the bottom that works across all pages(both for desktop and mobile).
Can you help on this please? My previous accepted solution did not work on other pages but just the main page.
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.