MyBB Community Forums

Full Version: Fix Profile Information Listing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i fix the extended bar in the below image at members profile  because its extended more than the rest listing information as it can be seen in below image:

I have tried but with no luck. here is my website if you want to check it by inspection element:
www.greek-gaming.com
Comparing the code in mydownloads_profile with others in that same group, try adding div class="float left" and div class="float right" in a similar fashion.

Just a guess.
We forget something both titles stay on left
<tr>
<td class="trow1">
<div class="float left"><strong>{$lang->mydownloads_my_submissions_profile}</strong></div>
<div class="float right"><span class="smalltext"><a href="{$mybb->settings['bburl']}/mydownloads.php?action=mysubmissions&amp;uid={$memprofile['uid']}">{$lang->mydownloads_view_submissions} [*{$submissions_count}*]</a></span></div>
</td>
</tr>

what im doint wrong here and it doesnt move as per div class 
both of titles stay on left...
sorry. float_left and float_right are the classes.
Was looking without my glasses on a small screen. Underscore, not space.
Ok, Now its solved.