Issue: After adding a GIF to the homepage, mobile displays it better but shows a persistent white strip at the bottom; on desktop the GIF appears too large. Screenshots were shared to illustrate the problem.
Proposed fixes:
Provide store URL and password for a direct check.
Insert custom code in theme.liquid (above the tag) to adjust layout behavior.
Add CSS to remove extra space and ensure proper sizing:
• Set .gif-container { padding:0; margin:0; }
• Ensure .gif-container img { width:100%; height:auto; display:block; }
• Apply html, body { overflow-x:hidden; margin:0; padding:0; }
• Use .page-container { min-height:100vh; box-sizing:border-box; }
Alternatively, add code in theme.liquid above . Example result screenshots for desktop and mobile were provided.
Notes: Suggestions focus on eliminating extra padding/margins, preventing horizontal overflow, and making the GIF fit its container on both mobile and desktop. Images are central to understanding the visual issue and proposed outcomes.
Status: The original poster will test the suggestions and report back. No confirmed resolution yet; discussion remains open.
Summarized with AI on December 16.
AI used: gpt-5.
Ive added a GIF to my homepage on the mobile version it shows better than the website, but on the phone Ive also got a white strip at the bottom of my page I can’t seem to get rid of. On the phone it’s just close to the top of the page but on the computer version it’s way too big.
Can anyone help me with this issue, please and thank you