MyBB Community Forums

Full Version: how to set a small box size of post author box in postbit as default theme ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone , 

i am using Emerald Dark theme and it is amazing with the responsive view. My website link :- https://gossipion.xyz

a post link that you will know what i am saying :-
https://www.gossipion.xyz/Thread-Free-Pe...116#pid116


But one thing i want to change that it's postbit's author information box.... (in postbit classic )

it automatically getting large vertically down with post size....

i want to change that to a fixed size of box just like default or a modified style without breaking responsive style.

please help me to do this... i am poor in css...

here is the pics of desktop version of my theme and mobile version...
Mobile Version :-
[Image: Screenshot-2021-02-24-17-15-41-538-com-a...chrome.jpg]

Desktop Version :-
[Image: Screenshot-2021-02-24-17-39-49-109-com-a...chrome.jpg]


my postbit template :- 
{$ignore_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_flexible">
<div class="post_author scaleimages">
	<center><strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}</center>
	{$post['useravatar']}<br>
	<div class="author_information">
			
			<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				<div class="team_usergroup_{$usergroup['gid']}" title="{$usergroup['title']}">{$usergroup['image']}</div>
			</span>
	</div>
	<div class="author_statistics">
		{$post['user_details']}
	</div>
</div>
<div class="post_content">
	<div class="post_head">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date"><i class="fa fa-clock-o"></i> {$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['extendedpolls']}
	{$post['signature']}
	<div class="post_meta" id="post_meta_{$post['pid']}">
			{$post['quick_quote']}
	{$post['quick_quote']}{$post['iplogged']}
	</div>
</div>
</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_mention']}{$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>

my postbit_classic template :-

{$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_flexible">
<div class="post_author scaleimages pbwrap">
	<center><strong<h3 class="name">{$post['profilelink']} &nbsp; {$post['onlinestatus']}</h3> </strong></center>
	{$post['useravatar']}<br>
	<div class="author_information">
			
			<span class="smalltext">
				<div class="uimg {$usergroup['title']} rap"><span class="before"></span>{$post['usertitle']}<span class="after"></span></div><br />
				<span class="userstarshrink">{$post['userstars']}</span>
				<div class="team_usergroup_{$usergroup['gid']}" title="{$usergroup['title']}">{$usergroup['image']}</div>{$post['statusfeed']}
			</span>
	</div>
	<div class="uinfo">{$post['user_details']}</div>
</div>
<div class="post_content">
	<div class="post_head">
		{$post['posturl']}
		{$post['icon']}
		<span class="post_date"><i class="fa fa-clock-o"></i> {$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['extendedpolls']}
	{$post['signature']}
	<div class="post_meta" id="post_meta_{$post['pid']}">
			{$post['quick_quote']}
		{$post['quick_quote']}
	{$post['quick_quote']}{$post['iplogged']}
		<div class="float_right">
			{$post['poststatus']}{$post['updatepreview']}
		</div>
	</div>
	{$post['input_editreason']}
</div>
</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_mention']}{$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>
please help me anyone
You have ample of themes installed. Not all having the issue you have mentioned.
Please be specific.
ok i fixed it myself after some css testing....