[Hỏi đáp] Cách tạo mục con chia 2 cột

  Bài viết hay nhất1
Hỏi: Xin chào cả nhà! Hướng dẫn giúp em tạo diễn đàn con giống như thế này với!
Demo: https://2img.net/h/oi58.tinypic.com/vxyqrr.png

Đáp: https://devs.forumvi.com/t434-hoi-dap-huong-dan-giup-em-tao-muc-con-giong-nhu-the-nay-voi?showpost=p2750
  Bài viết hay nhất2
Vào template index_box
Tìm:
Code:
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
Sửa thành
Code:
<div class="subforums">{catrow.forumrow.LINKS}</div>

ACP >> Display >> Structure and hierarchy >> Hierarchy
Sub-level links on index :

ACP >> Display >> Homepage >> Structure and hierarchy
Index packing: Medium

Thêm vào CSS
Code:
div.subforums{margin:5px 10px 5px 0;padding:7px;font-size:0;-moz-column-count:2;-webkit-column-count:2;column-count:2;-moz-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}
div.subforums a.gensmall{font-size:13px;display:block;float:left;clear:right;padding-left:16px;background:url(http://i.imgur.com/N8DPCUH.png) no-repeat left center transparent;height:20px;line-height:20px;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:90%}
You cannot reply to topics in this forum