1 answer
Hi mate,
Nice to see you again
You can open the file of skin/frontend/default/jm_sporty/css/layout.css, there you look for this css rule
HTML Code:
#ja-wrapper { }
Change it to
HTML Code:
#ja-wrapper { margin: 0 auto; width: 980px; }
I hope it works