PDA

View Full Version : changing navbar font and moving closer to banner


marchex
Nov-25-2009, 04:40 PM
I need some help changing my font for my navbar also moving my navbar and banner closer together so they are alighned with the picture on my homepage.

thanks in advance, I'll post my CSS if needed.

Allen
Nov-26-2009, 07:07 AM
I need some help changing my font for my navbar also moving my navbar and banner closer together so they are alighned with the picture on my homepage.

thanks in advance, I'll post my CSS if needed. This should lock you banner position

#my_banner {
position: relative;
margin: 0 auto;
left: -285px;
width: 431px;
height: 162px;
background: url(http://marchex.smugmug.com/photos/686567653_YWJJ8-O.jpg) no-repeat;
}

#my-header-wrapper {width: 1000px; margin: -50px auto 20px auto;}