Hi!
I think I have found the solution.
There few changes to do.
First thing is to modify your CSS file: main.css . It is in "/zenphoto/themes/zpfocus13/css/main.css".
Then
- line 58: #nav . You modify "width: 980px; and add "margin: auto;"
- line 78: di.#wrap . You delete "float: left;". Modify "width: 100%;" to "width: 980px;", and "margin: 0;" to "margin: auto;"
- line 82: div.footerwrap . You delete "float: left;". Modify "width: 100%;" to "width: 980px;", and "margin: 0;" to "margin: auto;"
Normally, you should have what you wished. I hope I was useful. Have a nice day.
Bye.
theWholeLifeToLearn