Tuesday, October 21, 2008

yeah, new layout

got bored, didnt turn out how i wanted it to, but you get the idea. anyone know how i can move the header design over to the left so its centered with everything?

1 comment:

Liz Jones said...

In the HTML template code on your blog find: #header img {

find the HTML that looks like this:

#header img {
margin-$startSide: auto;
margin-$endSide: auto;
}

ADD the last two lines:

#header img {
margin-$startSide: auto;
margin-$endSide: auto;
position: relative;
left: -25px;
}


play around with the "-25" number until the pic is center :]