Quote:
Originally Posted by justasiam
This is awesome. I wanted to change the text "Stick Threads" to "IMPORTANT!!" so I edited the "delim_sticky" phrase. Works perfectly.
Question: The space between the "Sticky Thread" area and the "Normal threads" is too close. Is there a way to increase the space? Maybe add another table row between them?
|
One way is to place some padding as a css code into your template.
Open both templates - FORUMDISPLAY_Separate & FORUMDISPLAY_Separate2 and edit the following line:
Find:
Code:
<div class="icon0 nonsticky">
Replace With:
Code:
<div class="icon0 nonsticky" style="padding:10px;">
You can increase the number in red or decrease it. Then save the template. Do this to both templates.