General Question

bigkid's avatar

HTML Skills? Please help?

Asked by bigkid (12points) April 18th, 2009
1 response
“Great Question” (0points)

I’m wondering if anyone would please help me, I would like to make my header image move with the body of my blog, but instead it stays locked to the left… Please let me know the solution, any help is REALLY appreciated. Thank you in advance. http://bigkidblog.tumblr.com/

Topics: ,
Observing members: 0
Composing members: 0

Answers

jastoddart's avatar

you need add an auto margin to the left/right of your header h1 a element.

#header h1 a {
margin: 0 auto;
height: 222px;
padding-left: 300px;
width: 559px;
display: block;
background: url(‘http://stashbox.org/490518/header2.jpg’) no-repeat top center;

Answer this question

Login

or

Join

to answer.

Mobile | Desktop


Send Feedback   

`