Page 1 of 1

Forum size issue

Posted: 27. September 2008 18:04
by tomt
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:
Image

New Board:
Image

Can anyone advise ??

Thanks

Re: Forum size issue

Posted: 28. September 2008 18:01
by tomt
My fault.. I had an amended theme !!

Re: Forum size issue

Posted: 6. October 2008 11:48
by aluth08
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

Re: Forum size issue

Posted: 6. October 2008 15:35
by Marc
You messed up your overall_header.html.
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>
Replace it with:

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>