MyBB Community Forums

Full Version: down stars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i want to put a new form like [SUPERMOD] image, or something else,
 down stars here 

[Image: emZ5Hg5.png]
anyone can help me please ?
sorry for my bad english!
Edit the profile template and replace

<span style="float:right;" class="prostars">

with

<span style="float:right;position:relative; top:80px" class="prostars">

You will have to reduce the size of stars or it won't fit properly and will cover some of the content.
hmm :/ okay i will find some small stars :/
thank you
Alternatively you can add this to your stylesheet:
.prostars img {
height: 60px;
}

You can also take a look at picons.me . Their "Thin" icon set includes a nice, simple "star_favorite_rating". You might be able to find similar icons on google.
looks good [Image: Zs0uyFC.png]
thank you