Hey guys forum width?
Posted: Mon Jun 09, 2008 2:56 am
Hey how do you make the prosilver theme width smaller i want to know its too wide
Support Forum for ModphpBB3 and phpBB Community - Fully Modded phpBB3 Forum
https://modphpbb3.com/
Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
} Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
width: 750px;
margin: 0 auto;
} Code: Select all
* html #search-box {
margin-right: 35px;
}