1

Topic: Main.TPL / FILE_CS.CSS Board issue

Hello,

I have a really ackward issue.. I cant seem to fix the issue, perhaps the community could help me.

View the following PunBB 1.3 Board: http://www.yourmaplestory.net/

As you can see.. The width isn't right..

Main.TPL remained the same.. But what could cause this issue?

Re: Main.TPL / FILE_CS.CSS Board issue

If you mean that the site is not centered then add the next code:

#brd-wrap {
    margin: 0 auto;
}