Log in

View Full Version : Best way to widen the postbit_legacy column?


BirdOPrey5
07-26-2010, 09:01 PM
I'm guessing I could edit the template to put a width for the column that contains the username, avatar, and other issue- but is there a 'better' way?

Michael.A
07-26-2010, 10:43 PM
nop but you can try to over write it using css.. !

making it look nicer using css...................................

BirdOPrey5
07-26-2010, 10:51 PM
In my postbit_legacy template there is a line:

<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">

Best I can tell changing the width='175' will change the width I'm talking about, I don;t think I can or should try to over-ride ir with css.

Michael.A
07-26-2010, 10:56 PM
will what are you waiting for?

BirdOPrey5
07-27-2010, 12:30 AM
Nothing, I did the change and it worked... honestly I didn't think the number was going to be hard coded in the template and figured it was going to be a setting someplace to change. But all is good now, thanks.