Quote:
Originally Posted by mitch84
installed and work fine! I use theme black stealth
but i want modify my avatar size,how to do this?
thx
|
Quote:
Originally Posted by danycutu1
Can i resize the avatar?I think is too small.
|
In additional.css, look for this class and specify your own height / width
Code:
.postbitlegacy .userinfo .postuseravatar, .postbitlegacy .userinfo .postuseravatar img {
Quote:
Originally Posted by tricksodave
Hi eTiKeT?
Is it possible to line up the rep power? I also didn't use your online status, is there a why I can move this icon to the right?
Cheers
Dave
|
I was able to line up rep power by editing postbit_legacy, look for this code
Code:
<dt>{vb:rawphrase reppower}</dt>
Replace with:
Code:
<dt> {vb:rawphrase reppower}</dt>
Quote:
Originally Posted by faisaly.com
how to remove the circle around avatar?
|
In additional.css, look for this code:
Code:
.postbitlegacy .userinfo .postuseravatar img {
Circle is a border, you can remove it by removing this code:
Code:
border: solid 8px #E8E8E8;