Topic: Smaler namebar.
Hi.
I should want to have the bar where the name, avatar, postcount are shown.
Now its around 200px and i should want to have it around 140px. Is it possible?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 discussion → Smaler namebar.
Hi.
I should want to have the bar where the name, avatar, postcount are shown.
Now its around 200px and i should want to have it around 140px. Is it possible?
Maybe the width of the postleft div in base.css?
DIV.postleft, DIV.postfootleft {
FLOAT:left;
WIDTH: 18em;
OVERFLOW: hidden
}
--> try a width of 13em or 12em
(can be erroneous: it's the first time I look into the punbb css files)
if you edit the base.css all your styles will be changed.
add this to you *.css style.
DIV.postleft, DIV.postfootleft {width:140px;}
DIV.postright, DIV.postfootright {border-left-width: 140px}
if you edit the base.css all your styles will be changed.
add this to you *.css style.
DIV.postleft, DIV.postfootleft {width:140px;} DIV.postright, DIV.postfootright {border-left-width: 140px}
Thanks!
PunBB Forums → PunBB 1.2 discussion → Smaler namebar.
Powered by PunBB, supported by Informer Technologies, Inc.