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
Font Size
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.
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.
-
- 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
Enable debug in your config.php and see what error message you get.
Re: Font Size
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?
I enabled debugging, but nothing came up. Does this mean i have no errors, or that the debug is not working?
-
- 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
It means you have no errors. I guess your style is causing the big font size.
Re: Font Size
Does this mean i'll have to go into each individual block and make the font smaller?
-
- 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
Look for this in your element.css:
Change font-size back to 10px and you should be fine.
Code: Select all
body, td, th, tr {
line-height: 150%;
font-size: 13px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
color: #333;
}
Re: Font Size
PERFECT!!!
Exactly what i was looking for man, thank you so much!
Fixed everything perfectly. I really appreciate the help.
Exactly what i was looking for man, thank you so much!
Fixed everything perfectly. I really appreciate the help.