MyBB Community Forums

Full Version: Board stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
See picture.

Anyone know which template i go to remove the white spaces between who's online and active users?

Username: Test
Password: Test

Anyone
You need to add a background color to the .tcat field in your global.css field.

Example:

.tcat {
	background: #000000;
}


The above is in the advance mode. In simple mode, select .tcat from the dropdown menu and add #000000 in the background field.

To navigate:

ACP> Templates & Style> Theme> YOUR THEME> Global.css
What will adding background do to the spaces?
It will add some color. You want to remove the white part, adding a color will change it from white to the color of your choice but in this case it'll be black because #000000 is the color hex for black.
by White Spaces, I believe he means padding/margins, as in, the spacing.
correct.

I thought they'd be some pointless <br> tags around but i cannot find any.
Oh my bad. Which margin/padding would you like to get rid off?
how it looks now:
Who's Online

3 users active in the past 15 minutes (1 member, 0 of whom are invisible, and 1 guest).
Google, Jamie

Board Statistics

Our members have made a total of 11 posts in 3 threads.
We currently have 4 members registered.
Please welcome our newest member, test
The most users online at one time was 7 on 07-10-2013 at 08:03 PM

how i want it to look:
Who's Online
3 users active in the past 15 minutes (1 member, 0 of whom are invisible, and 1 guest).
Google, Jamie

Board Statistics
Our members have made a total of 11 posts in 3 threads.
We currently have 4 members registered.
Please welcome our newest member, test
The most users online at one time was 7 on 07-10-2013 at 08:03 PM
The reason why you see that gap is because the .tcat color is the same as your .trow colors. That's why you think that there's a gap but if you try the stuff in my first reply, you should see that there is no real gap. If you fill it with some color then it will look like the image below

[Image: 3BkGv.png]