making text bigger in the forum posts

Hi all, does anybody know how to make the text bigger in the forums posts. they seem just a little too small.

.

regards

.

tyke

Quote · 11 Mar 2009

Open orca/layout/base_en/main.css and adjust the font size in this css

#f_tbl ul .tbl_c_forum
{
text-align:left;
padding-left:5px;
width:747px;
height:51px;
padding-left:10px;
line-height:51px;
background:#FFFFFF;
font-size:14px;
border-bottom:1px solid #B5B5B5;
}

Quote · 11 Mar 2009

Thanks esteem, but that only seems to make the headings in the forum bigger, its the actual posts font size that i want to make bigger, like this that you are reading now. I know it can be altered by the member in the font size as they are typing the post, but im talking about the default without them having to touch anything

.

regards

.

tyke

Quote · 11 Mar 2009

Opps sorry, ok find for this css below in the same file and add font size as shown;

.post_text
{
overflow:hidden;
width:625px;
line-height:normal;
font-size:16px;
}

Quote · 11 Mar 2009

Thanks esteem, done it, and of course i know how to make the topic headings bigger now too, so done that also. Things do look a lot better bigger (as the actress said to the bishop)  Laughing

Quote · 11 Mar 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.