Font Size

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
Staircase
Active Member
Posts: 4
Joined: 24. January 2010 12:18

Font Size

Post by Staircase »

Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://mgo2.com/forums/

What have you done before the problem was there?
Was there since install.

What have you already tryed to solve the problem?
Went into individual files to try and edit it, reinstalled the portal, searched these forums but didn't see anything that related.

Description and Message
Hey guys. Basically, my problem is that the font size on the portal i installed is a bit too big for my taste, and bigger than the default font size i had on previous installs on other forums, and the font on the portal display display here.

Here is the portal that i just installed on a new site (I know, it's not finished yet)
http://mgo2.com/forums/

And here is a previous install that i did on some other forums i run:
http://www.forums.warbunnies.net/portal.php


As you can see, the font is significantly smaller, and in my opinion looks much more organized. Can anyone point me in the right direction to correcting this font issue? Thanks a lot.

Portal version is the newest: 1.0.5
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Font Size

Post by Marc »

Enable debug in your config.php and see what error message you get.

Topic author
Staircase
Active Member
Posts: 4
Joined: 24. January 2010 12:18

Re: Font Size

Post by Staircase »

Oh wow, thank you so much for the quick response. Definatly didn't expect that!

I enabled debugging, but nothing came up. Does this mean i have no errors, or that the debug is not working?
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Font Size

Post by Marc »

It means you have no errors. I guess your style is causing the big font size.

Topic author
Staircase
Active Member
Posts: 4
Joined: 24. January 2010 12:18

Re: Font Size

Post by Staircase »

Does this mean i'll have to go into each individual block and make the font smaller?
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Font Size

Post by Marc »

Look for this in your element.css:

Code: Select all

body, td, th, tr {
	line-height: 150%;
	font-size: 13px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #333;
}
Change font-size back to 10px and you should be fine.

Topic author
Staircase
Active Member
Posts: 4
Joined: 24. January 2010 12:18

Re: Font Size

Post by Staircase »

PERFECT!!!

Exactly what i was looking for man, thank you so much! :D

Fixed everything perfectly. I really appreciate the help.
Locked

Return to “board3 Portal 1.0.x - English Support”