NDK
MasterSergeant
- Tham gia
- 16/03/2015
- Bài viết
- 829
- Được Like
- 742
Xin được chia sẻ với các bạn cách chia subforum thành 2 cột (hoặc 3, 4, 5 cột gì đó tùy các bạn ) trong xenforo.Để dễ hình dung các bạn có thể xem hình sau
Hướng dẫn lun nào .Để làm được điều này, các bạn chỉ cần thêm đoạn code đơn giản vào Extra.css
Trong đó các bạn chú ý đoạn :
Đọạn này có tác dụng chia subforum thành 5 cột .Các bạn có thể thay đổi số cột của forum bằng cách thay số 20% bằng số tương ứng :
Hướng dẫn lun nào .Để làm được điều này, các bạn chỉ cần thêm đoạn code đơn giản vào Extra.css
PHP:
.subForumsGrid { padding-right: 4px; }
.subForumsGrid .blockLinksGrid { width: 100%; display: inline-block; padding: 5px; }
.subForumsGrid .fullWidth { width: 100% !important; padding-bottom: 4px; }
.subForumsGrid .node { width: 20%; float: left; }
.subForumsGrid .node ol { padding-left: 10px; }
.subForumsGrid .node a { padding: 5px 10px 5px 18px; }
.subForumsGrid .node .node a { padding: 0px 10px 1px 18px; }
.subForumsGrid .node .nodeTitle { font-size: 11px; white-space: nowrap; overflow: hidden; }
.subForumsGrid .node div,
.subForumsGrid .node div a:hover{background-image: url('@imagePath/xenforo/widgets/read.png');background-repeat: no-repeat;background-position: 0px 50%;
}
.subForumsGrid .node div.unread,
.subForumsGrid .node div.unread a:hover{background-image: url('@imagePath/xenforo/widgets/unread.png');background-repeat: no-repeat;background-position: 0px 50%;
}
PHP:
.subForumsGrid .node { width: 20%; float: left; }
Quá ngon quá nguy hiểm , chôm chỉa ở đâu mà đem share . Chúc thành công20%= 5 cột
25%= 4 cột
33%= 3 cột
50%= 2 cột
100%= khỏi chia làm gì
Bài viết liên quan
Bài viết mới