White line in the mobile version (right side)

Topic summary

A user reported an unwanted white line appearing on the right side of their mobile store version, which is taking up extra space.

Solution Provided:

  • Add custom CSS code to the theme settings
  • Navigate to: Online Store > Themes > Customize > Theme Settings
  • Insert the following CSS:
html, body { overflow-x: hidden; }

This CSS fix should resolve the horizontal overflow issue causing the white space on mobile devices.

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

Hi please help remove that white line in the right side. It takes extra space. Store: aromaticaparfums.com

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to solve this issue.

html, body { overflow-x: hidden; }