How can I geto the Portal to be 100% of the browser?

Current Version: 1.0.6
Released: 09.01.10
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.
Locked

Topic author
JohnnyBoy928
Active Member
Posts: 13
Joined: 22. January 2009 13:08
phpBB.com User: Johnnyboy928

How can I geto the Portal to be 100% of the browser?

Post by JohnnyBoy928 »

Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.technoonly.com/bbs

What have you done before the problem was there?


What have you already tryed to solve the problem?
The RC1 changes for the portal page but it left the page blank

Description and Message
Hello I am trying to get the Portal page as well as the board to be 100% width of the browser... yet keeping the tables at their regular width of 180 each side... Also with the main board page I already edited the common.css like below, but it did not change the page at all...

Thanks in advace... So, again all I want to do is make the whole site including portal 100% of the browsers width while keeping the left and right columsn and 180pixels in width

#wrap {
padding: 0 20px;
min-width: 100%;
width: 100%;
margin: 0 auto;
}
User avatar

derkubi
Portal Enthusiast
Posts: 159
Joined: 12. March 2008 18:52
Contact:

Re: How can I geto the Portal to be 100% of the browser?

Post by derkubi »

Clear template , theme , board and browsercache

Topic author
JohnnyBoy928
Active Member
Posts: 13
Joined: 22. January 2009 13:08
phpBB.com User: Johnnyboy928

Re: How can I geto the Portal to be 100% of the browser?

Post by JohnnyBoy928 »

derkubi wrote:Clear template , theme , board and browsercache
Thanks man but did not work... I always do that automatically though...
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: How can I geto the Portal to be 100% of the browser?

Post by Marc »

Open styles/prosilver/theme/common.css
Find:

Code: Select all

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}
Replace with:

Code: Select all

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 0 0;
}
That should do it.

Topic author
JohnnyBoy928
Active Member
Posts: 13
Joined: 22. January 2009 13:08
phpBB.com User: Johnnyboy928

Re: How can I geto the Portal to be 100% of the browser?

Post by JohnnyBoy928 »

I JUST FIXED IT.. HAHAHA I SPOKE TO SOON.... THANK YOU GUYS... APPRECIATE IT ALL

That work great thanks only problem is that now there is a scroll bar to the right and I tried changing some parameters but does not work... no matter what size the window it overlaps to the right... ie BELOW
AGain thank you all for your help... much appreciated... YThe ppl on this site have been much helpful... nothing but respeect...

Image


Marc wrote:Open styles/prosilver/theme/common.css
Find:

Code: Select all

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}
Replace with:

Code: Select all

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 0 0;
}
That should do it.
Locked

Return to “board3 Portal 1.0.x - English Support”