I need to remove the added space on hover in the header. Please help.

I need to remove the added space on hover in the header. Please help asap.

https://5w4y8vjhonl60d8r-49295786151.shopifypreview.com/pages/loyalty-1

@Janamir ,

.site-header:hover {
    margin: 0;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like

Hey @Janamir .

Thanks for reaching out.

Could you let us know which theme you are using for your online store? As this context will determine the next best steps to remove the added white space to the header. If you are unsure about which theme that is live on the store, you can navigate to the Theme Editor and select the three dots located towards the top left of the page. I took a screenshot of my test store to show you the section I am referring to:

Looking forward to your response.

thanks, that worked