align header logo and nav menu
-
I would like to have my header logo as big as possible and in line with (and to the left of) the navigation menu.
I’ve done a couple of the fixes suggested in this forum (thanks so much!) to get me where the site is right now, and i’m not sure where to go from here!
here’s my current css:
/* logo (change width from 0-100%; float from left/center/right) */ .navbar-wrapper .brand {width:70%; float:left;} /*menu bar size*/ .navbar-wrapper .navbar {width:29%; float:right} /*menu bar text */ .navbar .nav { display: block; float: right; left: 0; margin: 0 10px 0 0; position: relative; }
I can also adjust my logo to be a different size, but the size it is right now showed up best of all the sizes I tried (tried making it 250×100 and then a couple different sizes bigger. the current logo is the biggest — 1024×120)
thoughts? thanks!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘align header logo and nav menu’ is closed to new replies.