Page 1 of 1

Hey guys forum width?

Posted: Mon Jun 09, 2008 2:56 am
by kemraj
Hey how do you make the prosilver theme width smaller i want to know its too wide

Re: Hey guys forum width?

Posted: Mon Jun 09, 2008 12:59 pm
by LDM
Hello,

Find this in common.css in prosilver/theme:

Code: Select all

#wrap {  
padding: 0 20px;  
min-width: 650px;  
}  
and replace it with this:

Code: Select all

#wrap {  
padding: 0 20px;  
min-width: 650px;  
width: 750px;  
margin: 0 auto;  
 }  
Change the above 750px to your required size.

Open tweaks.css and delete:

Code: Select all

* html #search-box {  
margin-right: 35px;  
}