我要这样的分类请问管理员怎么弄;那个出了解决哈;未解决

2016-07-07 16:50 来源:www.chinab4c.com 作者:ecshop专家

我以前是柳州商城那样的http://www.lzshop.net/;横排5个大分类
现在我的里面是横排3个大分类了

请问怎么弄成5个哦


回答:
怎么没的人回答哦

试一下
后台-》扩张-》挂件管理-》商品分类-》编辑模板,找到
<!-- {if $smarty.foreach.fe_gcate.iteration % 3 eq 0} -->
改成
<!-- {if $smarty.foreach.fe_gcate.iteration % 5 eq 0} -->

3#版主的方法不可行

是不的行啊;难道就没个出来解决的吗

那个出了解决哈嘛

顶到有人解决了;为止

3楼的方法配合加上样式就行了
<style>
.assort dl{ width:142px; }
.assort dd{ width:132px; }
</style>

没看懂你的意思,

external\widgets\gcategory_list/widget.html

<!-- {if $smarty.foreach.fe_gcate.iteration % 3 eq 0} -->
改成
<!-- {if $smarty.foreach.fe_gcate.iteration % 5 eq 0} -->


3 改或什么数字都可以
之后一定要改ecmall.css
  1. .assort { width: 762px; overflow: hidden; }
  2. .assort_wrap { width: 762px; overflow: hidden; }
  3. .assort dl { width: 244px; margin: 0 5px; float: left; overflow: hidden; display: inline; }
  4. .assort dt { font-size: 14px; line-height: 20px; }
  5. .assort dt a { padding-left: 20px; line-height: 17px; font-weight: bold; color: #fff; background: url(../images/ico.gif) no-repeat -38px -30px; text-decoration: none; }
  6. .assort dt a:hover { text-decoration: underline; }
  7. .assort dd { width: 234px; line-height: 20px; overflow: hidden; padding: 5px 10px; color: #a6a6a6; word-spacing: 4px; }
  8. .assort dd a { color: #444; text-decoration: none; }
  9. .assort dd a:hover { text-decoration: underline; }
复制代码
修成想要的高度及长度

支持顶~~~~~~~~~~~