How to eliminate unexpected white space in website header?

I have a new white space in the header of my website.

Previous solutions point to potentially changing the padding of the header. However this seems to be added content b/c it is pushing my menu up above it. Any ideas for solutions would be appreciated, thank you!

1 Like

Hi @thirdassist

Please share your website so we can provide a code appropriate for you

www.thirdassist.com is my website. At first I thought it was just my landing page, but it appears to be on all pages.

Hi @thirdassist

Thank you for providing your website. Please do the following.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the theme.css file
  3. At very end of the code, add the code below
.header__links,ul.header__links-list.fs-body-base  {
    overflow-x: hidden;
}
1 Like

Thank you so much for the quick reply and solution!

1 Like