I've got a small gap between my sideboxes in the left column (none in the right column). I'm sure it's a spacing parameter but I don't know where to find it. Any ideas? I'm using 1.3.8a. Thanks!
I've got a small gap between my sideboxes in the left column (none in the right column). I'm sure it's a spacing parameter but I don't know where to find it. Any ideas? I'm using 1.3.8a. Thanks!
I am also using the Zen Cart 1.3.8a version and my website is LaSignorina. There are 2 breaks between each of my right banner and I can't find anywhere in the stylesheet to take them out. I hope someone will help! Thanks lots!
direwolf -
If you mean the space at the top of your Categories box, you have this in the stylesheet:
.leftBoxContainer {
border: 1px solid #ffffff;
margin-top: 1.5em;
}
but no corresponding margin in the rightBoxContainer.
Perfect, that did it! Thanks, stevesh!