MyBB Community Forums

Full Version: Recent Thread on Index - Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i have a problem.

[attachment=42188]

How can i move the text a piece to the left?
and how can I enlarge the heading box?


Excuse my mistakes if I made them, i'm new in this forum. I hope this section is correct.
And my english is bad. Really sorry for that!
1. There is an empty first column (maybe for the thread icon), caused by <td ...>...</td> with no content.
Either fill this with the missing icon or remove the <td>-Tag from the template.

2. The header (maybe class="thead") seems to have colspan="3". Change to colspan="4" to cover the last column.

[ExiTuS]

Private Note @R4zzer
Das ist eine Kleinigkeit. Wenn du willst, schreib mir eine PN und wir machen in unserer Sprache weiter. Ein Link zu deinem Forum macht die Sache noch einfacher. Schöne Grüße.
The header is now in the right position, but i cant find "colspan="3" in the code.
https://pastebin.com/bpLntvA9
Hi,

line 159 of your pastebin, change:
<td class="thead{$expthead}" colspan="4" style="text-align:left; font-size: 10pt;">

to:
<td class="thead{$expthead}" colspan="6" style="text-align:left; font-size: 10pt;">