Hi @emilier ,
I checked your store. You can refer screenshot below to adjust code.
A user implemented a transparent header by editing their theme.liquid file, which worked on desktop but created an unwanted white line above the header on mobile devices.
Problem Details:
Solutions Offered:
Multiple community members provided CSS fixes targeting different elements:
.header class#MainContent.banner__media elementAll solutions used @media screen and (max-width: 749px) to target mobile devices specifically.
Resolution:
The issue was successfully resolved. The user confirmed one of the provided solutions worked, though they didn’t specify which approach they implemented.