Quote:
Originally Posted by SIINSI
Installed. Thanks! Changed "div" to "td" on 3.7X.
|
Hi buddy, the Code just got updated after your reply! Please try to change the code to the updated one! Its only 1 line which should be change in your
Postbit or
Postbit_Legacy! No changes in your your
MAIN CSS !
Look in your Postbit or Postbit_legacy for the following code below:
Find code:
<if condition="$show['avatar']">
<div class="smallfont">
Now replace it with the code below:
Replace with:
<if condition="$show['avatar']">
<div class="smallfont myavatar">
Done.. thanks for clicking on the Install button!