Hi please help remove that white line in the right side. It takes extra space. Store: aromaticaparfums.com
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.
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to solve this issue.
html, body { overflow-x: hidden; }
