Your Portal Version: 1.0.1
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
Prior to installing board3 my forum has a board around the out side.
I've installed the portal and now the board has gone !!
What have you already tryed to solve the problem?
Description and Message
OLD Board:
New Board:
Can anyone advise ??
Thanks
Forum size issue
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: Forum size issue
My fault.. I had an amended theme !!
Re: Forum size issue
I'm trying to set my forum width to center within the page. Currently my portal expands to the full width of the page, which i do not want. Any ideas?
http://valleyfairzone.net/phpBB3
http://valleyfairzone.net/phpBB3
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: Forum size issue
You messed up your overall_header.html.
Open your overall_header.html and find:
Replace it with:
Open your overall_header.html and find:
Code: Select all
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="site-description">
<a href="../phpBB3/index.php" title="Board index" id="logo"><img src="../phpBB3/styles/prosilver/imageset/site_logo.gif" width="139" height="52" alt="" title="" /></a>
<h1>VALLEYFAIRZONE™</h1>
<p>Your Valleyfair! Connection</p>
<p style="display: none;"><a href="#start_here">Skip to content</a></p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
Code: Select all
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="site-description">
<a href="../phpBB3/index.php" title="Board index" id="logo"><img src="../phpBB3/styles/prosilver/imageset/site_logo.gif" width="139" height="52" alt="" title="" /></a>
<h1>VALLEYFAIRZONE™</h1>
<p>Your Valleyfair! Connection</p>
<p style="display: none;"><a href="#start_here">Skip to content</a></p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<span class="corners-bottom"><span></span></span></div>