如何将商品树列表改成每行排列2个商品呢?

2016-07-07 15:06 来源:www.chinab4c.com 作者:ecshop专家

如何将商品列表改成每行排列2个商品呢?默认是一行一个

回答:
找到模版文件style.css,将原有的/*商品分类*/这一段代码


改成以下代码:

/*商品分类*/
#category_tree{border:4px solid #ffeef6; background-color:#fff;}
#category_tree dl{margin:6px;}
#category_tree dt{background:url(images/lineBg.gif) repeat-x left bottom;
color:#3f3f3f;padding:2px 0 3px 12px; width:150px;
}
#category_tree dt a{background:url(images/bg.gif) no-repeat 0 -69px;
color:#3f3f3f; padding-left:15px; text-decoration:none;
}
#category_tree dd{padding:3px 0 3px 10px; width:70px; float:left;
white-space:nowrap;
word-break:keep-all;
display: inline;
}
#category_tree dd a{color:#404040; text-decoration:none;}
#category_tree dd a:hover{color:#ff6600; text-decoration:none;}

还需要调整一下,方法是对的,就在这里改,显示有点小问题

我设定了后 右面住区域商品全部变成上下1排排列...................应该在哪里设定