2020-08-26, 05:26 PM
(This post was last modified: 2020-08-26, 05:28 PM by GasmoN. Edited 1 time in total.)
How to make right border of a post bit go all the way down? I managed to do it with last theme I had, but now I am using iGame theme and can't do it.
This is the result I got so far but can't make it to be all the way down.
https://prnt.sc/u6d2fq
I want it to look like this: https://prnt.sc/u6d4rx
This is my current postbit template:
This is the result I got so far but can't make it to be all the way down.
https://prnt.sc/u6d2fq
I want it to look like this: https://prnt.sc/u6d4rx
This is my current postbit template:
<br />
<div class="newposts">
{$ignore_bit}{$deleted_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<div class="post_author scaleimages">
<div class="author_information">
<strong><span class="style_postbit_name">{$post['profilelink']}</span></strong> {$post['onlinestatus']}
<br>
<div class="style_usertitle">{$post['usertitle']}</div>
</div>
<br />
{$post['useravatar']}
<div class="style_user_info">
<dl>
<dt class="style_user_info_txt">Postova:</dt> <dd class="style_user_info_num">{$post['postnum']}</dd>
</dl>
<dl>
<dt class="style_user_info_txt">Tema:</dt> <dd class="style_user_info_num">{$post['threadnum']}</dd>
</dl>
</div>
<div>
<span class="smalltext">
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div class="style_user_info">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['posturl']}
{$post['icon']}
<span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['subject_extra']}
</div>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
<div class="float_right">
{$post['poststatus']}
</div>
</div>
{$post['input_editreason']}
</div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
</div>
</div>