Home Forums WoodMart support forum White space under header menu

White space under header menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #367369

    Pernilla
    Participant

    When scrolling I can see a white space behind the header menu. I can not understand why. I hope you can resove the problem.
    Thanks 😉

    #367459

    Bogdan Donovan
    Keymaster

    Hi,

    This space under the header can be visible because your sticky header is lower than your default header. There are several solutions to this.

    1. Make sticky and default header the same height.
    2. Add the following custom to the global custom CSS area in theme settings to change color of this space and make it less visible:

    .whb-header  {
    	background-color: #1A2E23;
    }

    Kind Regards

    #367463

    Pernilla
    Participant

    Thank you very much!!

    #367498

    Bogdan Donovan
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)