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
Help with SE Blackpro page width
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!
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!
- Steve
- 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
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;
Re: Help with SE Blackpro page width
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
but clicking on the authers name and on the link at the bottom of the theme brings me back here
- Steve
- 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
Stoker must not of updated or continuing with the style, to adjust the width same file common.css
find:
adjust max-width: 850px; to your liking, if you choose no width
use this code instead:
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;
}
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;
}
- Stoker
- 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
Note that this style isnt updated to the phpBB version you are using.
That could cause some problems.
That could cause some problems.
Board rules! No PM support
Re: Help with SE Blackpro page width
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