Help with SE Blackpro page width

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
nay27uk
BBCoder I
BBCoder I
Posts: 3
Joined: 15 Apr 2010, 20:28

Help with SE Blackpro page width

Post by nay27uk »

Hi all please can you tell me wher I alter the main page width in SE BlackPro theme as the main table is far to short I want the main table to be 90% in width or the exact same size as it is in the original prosilver. I have serched and serched all of the CSS files but with ther being so many and not well explained I have no clue what to alter.

I hope you can help me and tell me exactly what I have to change and in what exact file, THANKS
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Help with SE Blackpro page width

Post by Steve »

Can i have a link to the style download please,its not located on this forum so will need too see the files but its usually found in your/style/theme/common.css

Code: Select all

#wrap {
	padding: 0 20px;
	min-width: 650px;
	max-width: 900px;
	margin: 0 auto;
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
nay27uk
BBCoder I
BBCoder I
Posts: 3
Joined: 15 Apr 2010, 20:28

Re: Help with SE Blackpro page width

Post by nay27uk »

thats the strange thing it is on this site or at least acording to all the links from the download site and in the theme it should be on here as thats wher they all redirect to. I found the link here http://www.awesomestyles.com/phpbb3-sty ... e-blackpro

but clicking on the authers name and on the link at the bottom of the theme brings me back here
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Help with SE Blackpro page width

Post by Steve »

Stoker must not of updated or continuing with the style, to adjust the width same file common.css
find:

Code: Select all

#wrap {
   padding: 0 20px;
   min-width: 650px;
   max-width: 850px;
   margin: 0 auto;
	border-left: 1px solid #000000;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
   background-color: #FFFFFF;
}
adjust max-width: 850px; to your liking, if you choose no width
use this code instead:

Code: Select all

#wrap {
   padding: 0 20px;
   min-width: 650px;
   border-left: 1px solid #000000;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   border-right: 1px solid #000000;
   background-color: #FFFFFF;
}
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3558
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Help with SE Blackpro page width

Post by Stoker »

Note that this style isnt updated to the phpBB version you are using.
That could cause some problems.
Board rules! No PM support
nay27uk
BBCoder I
BBCoder I
Posts: 3
Joined: 15 Apr 2010, 20:28

Re: Help with SE Blackpro page width

Post by nay27uk »

ok tyhanks I messed with that bit of code erlier and it alters nothing even if i refresh from inside the admin. Thanks for the reply anyway I have dumped it and am now using aero blue
Locked