A user encountered an unwanted white transparent space appearing above the header section in the Motion theme. An image was provided showing the spacing issue.
Solution Provided:
Navigate to Online Store → Edit Code → theme.liquid file
Insert custom CSS code above the </body> tag to remove the spacing
The CSS targets the header element to eliminate top padding/margin
Status: The issue appears resolved, with a before/after screenshot demonstrating the white space successfully removed from above the header.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
I’m using the Motion theme, and I’ve noticed that there’s a white transparent space above the header section. Could you please guide me on how to remove or hide this space?