top



Alright, well I changed my forums theme, but I need to know how to move over the forum icons. Like the "new" "No new" "locked" icons. Like this:

Spoiler:

As you can see, the icons are made so they look like they will wrap around from behind the forum. Well, right now, they dont. Is there a way i can solve this? Thanks in advance!

Hello, go to your css and find this code ''.c_mark img'' and replace the ''margin-left: auto;'' with this margin-left: -20px; change the -20 until it fits your forum. Smile

Code:
.c_mark img {
    display: block;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

Thank you Maki (: It worked Happy

=> Solved

[solved]