Chia Subforum thành 2 cột đơn giản nhất
910
10
Bài viết Chia Subforum thành 2 cột đơn giản nhất
Chia Subforum thành 2 cột đơn giản nhất
Trích từ: tổng hợp thủ thuật vBulletinKhông cần cài MOD gì cả - Chỉ cần thêm đoạn code sau vào template forumbits.css
.subforums ol.subforumlist {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.subforumlist li.subforum {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
} /* to remove the commas */ .commalist li.subforum:after {
content:"";
}
Trích từ: tổng hợp thủ thuật vBulletin
Bình Luận: