SyntaxFix
Write A Post
Hire A Developer
Questions
You have to make the UL inside the div behave like a block. Try adding
UL
div
.navigation ul { display: inline-block; }