How can I troubleshoot issues on Centr web?

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.

Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Help fix the problem

https://08f3ba-3.myshopify.com

Hi @AntonysaleBK

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