JonnyMonte
New Member
I am trying to left align my logo and right align my navigation. I am using the "skeleton" boilerplate for a responsive page. The logo and nav wont stay on the same "line" when I float my Nav right. I removed the float right rule from the CSS before adding it to this example. Here is some of the CSS I'm using and where i think the problem my be and the rest is listed here\[code\].nav {margin: 0px;padding: 0px;white-space: nowrap;list-style-type: none;}.logo {}.nav li {display:inline;}.nav li a { padding:0.2em 1em; background:#; color:#000;text-decoration:none;border:0px solid #000;}.nav li a hover{background:#08c;color:#fff; } \[/code\]