Full width line above Sig. Block, PLEASE?

iconic944ss

New Member
Why is the separator line between a users post and Sig. Block so narrow?

i'd like it to be almost the width of the screen. can this be done via a template somehow.

I'm a newbie so be gentle please :)

Cheers
 
You can search for the following code in your postbit and postbit_legacy templates:

PHP:
<!-- sig -->
			<div>
				__________________<br />
				$post[signature]
			</div>
		<!-- / sig -->

Change:

PHP:
__________________

to a different length or even insert an image in its place.
 
Back
Top