Quote Originally Posted by cosmicomic View Post
I have installed the column layout and added a border to my products

.centerBoxContentsProducts
{
border: 1px solid #cccccc;
/**margin-right:10px;**/
}

However i then wanted to add a margin / cellspacing to have some space between columns, but when i add margins as above it wraps onto two lines.

Ive searched through loads of search strings and cant find anything to specifically address this. Can anyone help?

im using version 1.3.7.

thanks!!!

I probably do this the long way around, but I take care of this problem like this:


http://www.zen-cart.com/forum/showpo...02&postcount=6

Then that allows me the ability to add the margin/spacing I want without any undue side effects.