Webmaster Forum

Go Back   Webmaster Forum > Webmaster Discussion Forums > Web Design and Graphics

Notices

Reply
 
LinkBack Thread Tools Display Modes
Old 04-10-2008, 07:29 PM   #1
Regular Member
 
Join Date: Apr 2008
Location: California
Posts: 56
Credits: 1
Osirus is on a distinguished road
Send a message via MSN to Osirus Send a message via Yahoo to Osirus
Default [2.2-2.3]Changing the Width of your Board

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.....
Osirus is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Burning Board anyone? Swastik Webmaster Discussion 9 05-23-2008 07:12 PM



vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios