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 :]
Post a Comment
1 comment:
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 :]
Post a Comment