MyBB Support

Forum Icons Problem

Submitted by AndresXZ09, , Thread ID: 3176

Thread Closed
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.

RE: Forum Icons Problem

#2
Fixed already. :yus:

(yeah, im stalking you).

RE: Forum Icons Problem

#3
what? even the images are not loading.
Do not let your difficulties fill you with anxiety, after all it is only in the darkest nights that stars shine more brightly. - Ali(a.s)

Developer( PHP, Python, C++, HTML+CSS, JS I am available for Hire. Message Me for details.

RE: Forum Icons Problem

#4
Problem solved?

Or try to reduce your width & height of your CSS class

RE: Forum Icons Problem

OP
#5
It's solved, eNvy helped me out

Users browsing this thread: 1 Guest(s)