MyBB Community Forums

Full Version: PostBit - css help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys I have installed myachievements but I would like it to be displayed like in the picture. This is the code I want to be displayed in the middle. Please help.
CODE:
{$post['myachievements_postbit']}
do you actually get achievements on the postbit ?
(2013-06-12, 02:28 PM).m. Wrote: [ -> ]do you actually get achievements on the postbit ?
Yes it works ok but it makes user profile look too tall
find code like below in the postbit template
<td class="smalltext post_author_info" width="165">
{$post['user_details']}
</td>
add below code in a new line before above code and save the template
<td class="achievements">{$post['myachievements_postbit']}</td>

if required, you can add style for class .achievements in global.css
DUDE! OMG I love you man OMG! You are awesome thank you so much,

Hi could you help me please I use this css but it doesn't work when I change screen resolution
{
float: right;
padding-top: 0px;
padding-right: 180px;
}
^ may be there is a confusion of using padding and margin.
can you elaborate what you are trying to get and also give a test url
Hi could you help me please I have no idea how to do that. I align, but when I change screen resolution it gets out of alignment