MyBB Community Forums

Full Version: Proportal: reduce the width of annuncements?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, how to reduce the width of the annuncement with Proportal? And how increase the width of the sidebars?

thanks!!
acp > proportal > settings. did you even look?
yes but there isn't setting for announcement's width
(2012-05-27, 02:36 PM)niere8 Wrote: [ -> ]yes but there isn't setting for announcement's width

increase the width of the sidebars that will decrease the width of announcements. you could also edit the template. post your pro_portal template here.
Thank you, pro_portal template:

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td valign="top" width="{$proportal->settings['leftcolwidth']}" style="padding-right:{$proportal->settings['verticalspace']}px">
{$leftblocks}
</td>
<td valign="top">
{$centerblocks}
</td>
<td valign="top" width="{$proportal->settings['rightcolwidth']}" style="padding-left:{$proportal->settings['verticalspace']}px">
{$rightblocks}
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td align="center" width="100%" class="smalltext"><a href="http://www.promybb.com/" target="_blank">Pro Portal 1.0</a> &copy; 2010 <a href="http://www.promybb.com/" target="_blank">DragonFever</a></td>
</tr>
</table>
{$footer}
</body>
</html>
ok just change the vertical space in the settings. then it will make the middle bit smaller but just add a gap instead.
ok thanks Smile