Yes I would like to widen the page but I would like to center or widen the Header also. Can it be done?
Bob
To center your logo go to this file:
public_html/includes/templates/sophyblue/css/stylesheet.css
Find this snippet of code around line #135:
#logo {
float: left;
padding-top: 17px;
padding-left: 18px;
}
Change it to:
#logo {
text-align: center;
}
To change the width of the template go to the same file.
Find this on or about line #197:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
}
Change it to:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 90%;
vertical-align: top;
}
Then go into your Zen Cart Admin Panel > Configuration > Layout Settings
Column Width - Left Boxes = 175px
Column Width - Right Boxes = 175px
then further down same place...
Column Width - Left = 175px
Column Width - Right = 175px
Hope that helps and if you have any trouble, just let me know!
