XF 1.3 Cannot set custom banners

I'm trying to set a custom banner but it won't work for some reason. I click the "other" option and then define a class as "owner", then in EXTRA.css I have this;

.owner {
background: url("http://i.imgur.com/sloZcUX.png") no-repeat;
height: 38px;
width: 105px;
text-indent: -10000em;
display: block;
}

However it doesn't display under my name.
 
Ah that fixed it, thanks! However now it's offset massively;

mcgl6t.jpg
 
Top Bottom