As I am in the process of redesigning a website, I have encountered an issue with certain elements in the header section. Specifically, the header consists of a logo, some text, and a navigation bar. There seems to be a thick gap between the bottom of the logo and the top of the navigation bar, as shown in this screenshot:
I am struggling to figure out the source of this gap and how to eliminate it completely. Adjusting the line-height
property of the div containing the logo to 0.0
helps reduce the gap to a single pixel, but this solution feels like a workaround and does not fully resolve the problem.
You can view the work-in-progress version of the site live here. If anyone with more expertise in HTML/CSS can spot any mistakes I may have made, your insights would be greatly appreciated!