MyBB Community Forums

Full Version: avtar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how put space between avtar imgage and name

see attachment plz[/align]

I want look same attachment Huh

help plzzz
Please use your best English. As my native is not English, it's hard to understand you and help you if you use bad English. Smile

You should edit postbit template in your theme templates for relocating online icon.
Find line similar like this:
{$post['onlinestatus']} <strong><span class="largetext">{$post['profilelink']}</span></strong> <br />
Replace with (similar like) this:
<strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />

And try adding this to your theme css for the space:
.post_avatar a img {
padding: 0px 0px 0px 10px;
}
EDIT: nvm
thanks