Quote:
Originally Posted by down.low
Did anyone ever figure out a way to make the watermark image auto center itself?
|
you have to change this code
Code:
#watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 0px;
left: 0px;
}
where it says left: 0px you have to change to how many pixels your avatar is from the left side of the postbit,mine was 13px left, so I did
left: 13px
Works fine