elyons3683 0 Report post Posted July 11, 2010 In my blog presently (www.holditbaby.com/blog), the nav bar is down below a bar that's above it (same color). I'd like to merge the current nav bar into the green line that's above it (so that it deletes the white space presently between the two green bars). How can I do this? Thank you! Share this post Link to post Share on other sites
cmunns 16 Report post Posted July 12, 2010 Try changing your stylesheet declaration for #nav to this: ` #nav { font-size:11px; height:47px; left:235px; margin-bottom:-40px; overflow:hidden; position:relative; top:-100px; } ` Share this post Link to post Share on other sites
elyons3683 0 Report post Posted July 12, 2010 That worked great! How can I get the text portion of the nav bar (the buttons) to move a bit left? The bar is hanging way off the right hand side now. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted July 13, 2010 Play with both the left and top portions of the code to adjust alignment. Thanks, Bryan Share this post Link to post Share on other sites