White space under header menu
-
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 😉
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