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
This reply was modified 2 years, 8 months ago by Bogdan Donovan.