Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS phpbb3 Problems Re: phpbb3 Problems

#50234
fedeisas
Member

Hi Med, I would suggest you to use Firebug (https://addons.mozilla.org/es-ES/firefox/addon/1843).
With this tool you can actually make changes "live" in your css file and see instant results. It comes very handy when your trying to set typographys and text-size.
And for the white space issue, perhaps you can set a minium-height to the content area. Something like this:

Code:
#page-body {
min-height:500px;
}

Let me know if it helps. Good luck!