Log in

View Full Version : Increase height of forum name bar (pic attached)


salata
07-28-2007, 07:50 AM
how would i increase the height of where it says "threads in forum: Site Announcements". All i want to do is make that taller

salata
07-28-2007, 02:58 PM
bump

Kirk Y
07-28-2007, 03:46 PM
Find in your forumdisplay template:
<!-- / controls above thread list -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">Replace with:
<!-- / controls above thread list -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" height="40px" align="center" style="border-bottom-width:0px">Change the 40px in the height attribute to you desired setting.

salata
07-28-2007, 06:05 PM
thank you Kirk