Zynektic
Customer
Hi there,
We are trying to get the postbit to look like one from se7ensins forums and found their extra.css alteration but it does not seem to work, is there a way to make it look like this and also a way to center the medals as per the image also [bd] medals is the system we are using.
Following this guide we altered our trophies with a bar like the picture and used the CSS code as below with no luck.
https://xenforo.com/community/resources/user-ranks-based-on-trophy-points.3354/
Cheers
We are trying to get the postbit to look like one from se7ensins forums and found their extra.css alteration but it does not seem to work, is there a way to make it look like this and also a way to center the medals as per the image also [bd] medals is the system we are using.
Following this guide we altered our trophies with a bar like the picture and used the CSS code as below with no luck.
https://xenforo.com/community/resources/user-ranks-based-on-trophy-points.3354/
Code:
.messageUserInfo .som
{
text-align:center;
padding-top:7px;
padding-bottom:5px;
}
.quickReply .messageUserInfo .som
{
display:none;
}
Cheers