I dug into the HTML and did the following to increase the width...
- Go to Layout > Edit HTML
- Keep Expand Widget Templates deselected
- Find the part which says #main-wrapper {
- Change the part under this which say something like width: 410px; to width: 570px; (800 - 600 = 160 pixels... Assuming you want to fit it in 800x600 from 640x480)
- Find the part which says #outer-wrapper {
- Change the part under this which says something like width: 660px; to width: 820px;
- Find the part which says #header-wrapper {
- Change the part under this which says something like width: 660px; to width: 820px;
- Find the part which says #header .description {
- Change the part under this which says something like max-width:700px; to max-width:800px;
- Do a Preview to check if you've got what you want
- Save the code and you're done :)
No comments:
Post a Comment