PrimeGod
New member
Hướng dẫn chia categories thành 2 cột (categories in two columns)
Các bạn Vào Appearance -> styles - > template đang dùng-> Extra.css thêm đoạn code này vào:
Xong - Xem thành quả ,
Tùy theo style bạn tùy chỉnh kích thước cho hợp lý
Các bạn Vào Appearance -> styles - > template đang dùng-> Extra.css thêm đoạn code này vào:
PHP:
/*Chia Categories lam 2 cột*/
.node .nodeText {
margin-right: 0 !important;
}
.node .nodeLastPost,
.node .tinyIcon {
display: none !important;
}
.node .forum.level_2,
.node .page.level_2,
.node .category_forum.level_2 {
width: 49%;
float: left;
min-height: 70px;
}
.nodeList .node.level_1 {
clear: both;
}
Tùy theo style bạn tùy chỉnh kích thước cho hợp lý