Hi is there an easy way to increase the size of the side boxes without breaking them ? i tried increasing the column widths but it broke !
Cheers
Hi is there an easy way to increase the size of the side boxes without breaking them ? i tried increasing the column widths but it broke !
Cheers
Various Zen cart sites !
The graphics for the sideboxes are set at a width of 150px.
You can set the column width to 170 which will give you some breathing space.
admin/ -> configuration -> layout settings (about half way down.)
The only way to increase the box width would be to create new graphics.
Here are some sidebox graphics at a width of 200px
don't forget to reset the box width to 200 and I'd set the column width to 220.
Attachment 1388
Last edited by clydejones; 31 Dec 2009 at 02:30 AM.
Clyde, I have a little problem when viewing with IE6.. (http://test.pridepak.com/ZenLevel2/)
The "Contact Us" icon is different size; also part of the footer (the right hand side) is not displaying properly. All looks fine in FF. Any suggestion?
Thanks
I don't have/use IE6 so I can't really see what you're seeing.
The account. shopping and contact icons are all 16x16 so I'm not sure what you mean by the contact icon being a different size.
What exactly in the footer is not displaying correctly?
Copyright © 2007
Offered by Y2000 Internet & WWW Services.
Powered by Zen Cart Template by Clyde Jones
this is part of the footer (right hand), but with IE 6 I do not see the Copyright line and the top 1/2 of the next line
As for the "Contact Us" icon, it drops the Us on a second line, thus making the icon deeper(??)
If I new how to make a screen shot... you would be able to see it
To fix the contact us problem:
make the following change in stylesheet.css
find:
#navAccount li {
margin: 0;
padding:0;
display:inline;
white-space: nowrap;
}
add the highlighted portion
for the footer problem
find:
#copyrightBox {
margin: -20px 0 0 0;
padding: 0 5px;
width: 20%;
float: right;
height: 1%;
}
add the highlighted portion.
Bookmarks