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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → 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?
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.
/* 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
}
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Make the information part smaller
Powered by PunBB, supported by Informer Technologies, Inc.