Topic: Help with max-width and centreing
I`m trying to set the max width for punbb which I can get working but the board doesn`t centre, here`s what I`m using to set max-width..
#punwrap {
margin: 12px 20px;
max-width: 1000px;
}
I`ve tried a few things but nothing works. Is it even possible to centre something that has a max width set?