打开:styles/subsilver2(或者phpbbchina01)/theme/stylesheet.css
找到:
Code: Select all
#wrapfooter {
text-align: center;
clear: both;
}
Code: Select all
#wrapheader, #wrapcentre, #wrapfooter {
max-width: 800px;
margin: 0 auto;
padding: 0 25px;
}
上面的max-width:800px;就是说...最高的宽度是800,当然你可以套入其他的数值
记得到管理后台刷新风格的缓存,还有浏览器也要刷新。收工!