Help fix the problem
Topic summary
A user reported a display or overflow issue on their Shopify store, sharing screenshots to illustrate the problem.
Proposed Solution:
- Add CSS code to the theme.liquid file to hide body overflow
- Navigate to: Online Store → Theme → Edit code
- Locate the theme.liquid file
- Insert the following CSS at the bottom:
body {
overflow: hidden !important;
}
Status: The solution has been provided but not yet confirmed as implemented or effective. The issue appears to be a CSS-related layout problem that may require hiding overflow content.
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
body{
overflow:hidden !important
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly

