UBB.Dev
How can I increase the width of the left column displayed in the user Profile that has the categories of:

Email
Member #
Name
Title
etc.


Thanks,

Jeff
Okay in showprofile.tmpl

find this

<td width="10%" class="darktable">
{$ubbt_lang['TEXT_EMAIL']}

Change that to something like this

<td width="15%" class="darktable">
{$ubbt_lang['TEXT_EMAIL']}
Thanks again Chuck, 12% did the trick.
© UBB.Developers