Check out my fiddle here: http://jsfiddle.net/BFSH4/
In this fiddle, I'm facing two main issues:
- The h1 and h2 elements are not lining up vertically.
- The nav and content sections are not aligning horizontally.
I've tried adjusting margins and padding for the first issue, but with no luck...
And for the second issue, typical methods like floating and using inline-block haven't worked...
What am I missing here?
Eventually, I was able to float the header successfully. The problem was that hgroup is not a block element. However, even though it's working now, I'm thinking it might be better to use an actual image for the company name and slogan.
But I'm still struggling with the horizontal alignment issue.
I can't figure out why it's not working: http://jsfiddle.net/BFSH4/2/
No matter what I try, I just can't get them to sit side by side!