How can fix width in static pixel
How to fix template not fluid?
To fix your width issue, go into the CSS and find this
#container { margin-left: auto; margin-right: auto; width: 99%; min-width: 770px; }Just change the specified width you want and save it, and that should do the job.
Aqua-Soft Forums