- Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
}
and change it to:
- Code: Select all
#wrap {
padding: 0 20px;
min-width: 650px;
width: 760px;
margin: 0 auto;
}
Next, go into you Administration Control Panel, click on the "Styles" tab at the top, click on "Themes" under "Style components" on the left, and click on "Refresh" next to the theme/style you have edited.
Simple!
