Hi guys!
I am having a small issue with my transparent banner on my Shopify website.
I have just inserted the following liquid into ‘header.liquid’
"
.header-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: transparent;
border: none;
z-index: 999;
}
"
The header went transparent as I wished, however, the issue appears whenever I click on the hamburger menu on the top left corner.
The picture attached shows the before demonstrating that I successfully implemented the transparent header, but the after picture shows the hamburger menu creates a grey area on the right-hand side. What is the best solution to get rid of this grey outline visible on the right hand side?