GhostfaceTJW wrote:I can normally edit small changes in code with themes but until recently i was with version 3.0.12.. is it possible to change the actual forum width with this to like 800px ?
Bloody nice style..
I'll mess around with it later or tomorrow and see what I can come up with
*it will work at 800px
open: /styles/proDVGFX/theme/common.css
find:
Code: Select all
#wrap {
margin: 0 auto;
padding: 0 20px;
}
replace with:
Code: Select all
#wrap {
margin: 0 auto;
max-width: 800px;
padding: 0 20px;
}
purge the cache in acp and your browser