MyBB Community Forums

Full Version: postbit change
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello out there,

how can I add on my postbit this thing you can see on the screenshot:
[Image: suOreab.png]

its like an extra box in the postbit layout, but Ive no clue in which css I have to include it and which code I have to use. Would be amazing if someone could tell me the full code of it and where to put it. I need help
Haha oh wow that is literally a screenshot of my old Darkr post author info Smile good times.

But anyway, You can probably achieve this with some margins, border radius, and coloring.

Something like this might be adequate.

<div class="author_statistics" style="
    background: #111111;
    border-radius: 2px;
">

There's other ways to do it though, I'm still learning all this myself but hopefully you can do something with this. Just wrap the content in this and add some margins probably.