MyBB Support

Forum Icons Problem

Submitted by AndresXZ09, , Thread ID: 3176

Thread Closed
AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
24-04-2015, 01:57 AM
This post was last modified: 24-04-2015, 02:14 AM by AndresXZ09
#1
Hello

I have a problem with the forum icons, actually it looks like this

[Image: axEwhzf.png]

But if you see, it's a bit bugged because it repeats itself or idk.

I want to it looks like this

[Image: pnsse4Z.png]

CSS

Code:
.forum_status {
height: 30px;
width: 30px;
display: inline-block;
}

.forum_on {
background-position: 0 0;
background-image: url(images/on.gif);
}

.forum_off {
background-position: 0 -30px;
background-image: url(images/off.gif);
}

.forum_offlock {
background-position: 0 -60px;
background-image: url(images/offlock.gif);
}

.forum_offlink {
background-position: 0 -90px;
background-image: url(images/offlock.gif);
}

I don't know what happens :noh:

Edit: Also

[Image: qKtE8Gy.png]

It should be like

[Image: LMGQTkv.png]

PS: The theme is the default MyBB 1.8.

Users browsing this thread: 1 Guest(s)