WallBB Forums
[Focus Responsive] Change on Index distance of Postinfos - Printable Version

+- WallBB Forums (https://wallbb.co.uk/forums)
+-- Forum: Theme Section (https://wallbb.co.uk/forums/forumdisplay.php?fid=5)
+--- Forum: Theme Support (https://wallbb.co.uk/forums/forumdisplay.php?fid=10)
+--- Thread: [Focus Responsive] Change on Index distance of Postinfos (/showthread.php?tid=374)



[Focus Responsive] Change on Index distance of Postinfos - sstrasser - 04-04-2021

Hello,

i add some feature and now the text is over the right line in index-site in the post-info.
Now i want know where i can set the info more left so it is not out of the area.
MyBB Board 1.8.26

[Image: board.png]

Greeting and thanks


RE: [Focus Responsive] Change on Index distance of Postinfos - sstrasser - 04-05-2021

Hello,

i fixed it in the file: "forumbit_depth2_forum"

changed to:

Code:
<tr>
<td class="{$bgcolor}" align="center" width="8%"><div class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"><i class="fas fa-star"></i></div></td>
<td class="{$bgcolor}"  width="60%">
<a href="{$forum_url}">{$forum['icon']}{$forum['name']}</a>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" align="center" style="white-space: nowrap"  width="15%">{$posts}{$unapproved['unapproved_posts']}  <span class="smalltext">Beiträge</span> <br />  {$threads}{$unapproved['unapproved_threads']}  <span class="smalltext">Antworten</span> </td>
<td class="{$bgcolor}" align="right" style="white-space: nowrap"  width="30%">{$lastpost}</td>
</tr>