![]() | | ||||||||||
| |||||||||||
| |||||||
| Notices |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Regular Member Join Date: Apr 2008 Location: California
Posts: 56
Credits: 1 ![]() | Depending on the skin coder you can have a few different ways to change width. Go to ACP > Look & Feel > > Edit Stylesheet (CSS Advanced Mode) First way is find: Code: * ========================================
* Main wrapper, this controls the overall width of the board in you browser view window.
* ========================================
*/
#ipbwrapper{
margin: 15px auto 20px auto; /* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
width: 98%;
}
Change "Width: 98%; to the % you want sometimes I will run anywhere from 83-88 this is on the ipb default skin Second way find: Code: * ========================================
* Main wrapper, this controls the overall width of the board in you browser view window.
* ========================================
*/
#ipbwrapper{
/* centers the box, no matter the overall width, also applies a 20px gap at the top and bottom of the board */
text-align: left; /* re_aligns text to left second part of two part MSIE centering workaround */
/* EDIT THIS TO CHANGE THE WIDTH OF THE BOARD -> 960px is a common fixed resolution size */
width: 960px;
margin: auto;
}
Change width: 960px; to whatever you want I am running 840px on this site Some skin coders although very few put the width in the Board Header & Footer Wrapper if you can't find it in Edit Stylesheet (CSS Advanced Mode) then look in Board Header & Footer Wrapper Hope this helps Enjoy!
__________________ Wicked3X|3xGuilds.com| "As long as darkness flows through my veins, I will never cease, As long as my dreams still haunt me, I will never show mercy, and as long as evil lives I will never die..... |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Burning Board anyone? | Swastik | Webmaster Discussion | 9 | 05-23-2008 07:12 PM |