PDA

View Full Version : Need Help centering Banner


ncprintz
Jan-17-2010, 04:37 PM
Ok, I think i'm officially frustrated. Can someone help me figure out how to move my banner to the center. www.retouchrelive.com (http://www.retouchrelive.com)

Thanks

jfriend
Jan-17-2010, 04:43 PM
Change this part of your CSS to have the actual height and width of the image you linked and it will center. Then tweak the margins like this to give you better spacing vs. top of screen and navbar. Also, no need for the text-align parameter here.

#my_banner {
width: 611px;
height: 128px;
margin: 5px auto 15px;
background: url(http://www.retouchrelive.com/photos/766880382_4jxQK-L.jpg) no-repeat;
}