Dear web experts,
After six months of learning to code websites, I'm tackling a big project with some challenges. The recent changes to the header and subnav have thrown everything off balance, making it look wonky and not quite right. Specifically, the logo is supposed to be above the navigation menu in a box with drop shadow and radius corners, while the subnav should have a different color that pops down when activated. Additionally, there seems to be an issue with the margin spacing at the top and below the navigation.
As a beginner in this field, any advice or coding help would be greatly appreciated!
Check out this screenshot for reference on how the header should appear vs. its current appearance.
HTML
<div id="headerWrap" class="hidden-xs">
...
... (HTML code)
...
</div>
CSS
/* Insert CSS code here */