Page 1 of 1

Font Size

Posted: 24. January 2010 13:04
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

Re: Font Size

Posted: 24. January 2010 13:17
by Marc
Enable debug in your config.php and see what error message you get.

Re: Font Size

Posted: 24. January 2010 13:37
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?

Re: Font Size

Posted: 24. January 2010 13:39
by Marc
It means you have no errors. I guess your style is causing the big font size.

Re: Font Size

Posted: 24. January 2010 13:41
by Staircase
Does this mean i'll have to go into each individual block and make the font smaller?

Re: Font Size

Posted: 24. January 2010 14:29
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.

Re: Font Size

Posted: 24. January 2010 14:37
by Staircase
PERFECT!!!

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

Fixed everything perfectly. I really appreciate the help.