Zen Follower
- Join Date:
- May 2005
- Location:
- Australia
- Posts:
- 321
- Plugin Contributions:
- 0
Logo.gif
The first thing i would like to do is put a boarder around the logo.gif, i have done it before but i cant remember where i added the code.
The second thing is center the logo.gif, i changed the following to the following and while it did center the logo, it also restricted the products to one per line. :(
Original:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
float: left;
border: 2px solid #00000;
Changed to:
#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
text-align : center;
border: 2px solid #00000;