Topic: Make the information part smaller

Hi,

The part where the information about the user is shown, hoe can I make it 20% smaller in width? In which file can I do that?

2 (edited by StevenBullen 2006-01-15 11:10)

Re: Make the information part smaller

I take it the viewtopic.php view...

You need to change this bit of code in your .css file... Both '16em' to what you require. smile

/* 7.1 This is the basic structure. */

DIV.postleft, DIV.postfootleft {
    FLOAT:left;
    WIDTH: 16em;
    OVERFLOW: hidden
}
    
DIV.postright, DIV.postfootright {
    BORDER-LEFT-WIDTH: 16em;
    BORDER-LEFT-STYLE: solid
}