Quote:
Originally Posted by mtv7s
How can I remove left side bar (due to some avatar display problems)?
Ah, I found the solution.
In style's XML file, find this one :
Code:
<div class="avatar" style="padding: 50px 0px 0px 0px;" align="center">
This should be without style="padding: 50px 0px 0px 0px;"
It now works fine for me.
Hmm..
It may work with full height avatars, not for small ones...
|
I did this but changed the 50px to 10px and it fits now with the suggested avatar size
ie
Code:
<div class="avatar" style="padding: 10px 0px 0px 0px;" align="center">