Hướng dẫn chia box vbb4 thành hai cột

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
Chỉ bằng vài nét css, các bạn đã có một diễn đàn được chia làm hai cột cực chuyên nghiệp
Vào additional.css, chèn vào cuối đoạn css sau:

/* Chia forum thanh 2 cot tuoitreit.vn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#forums .L1 .L2 {
display:block;
clear:none !important;
}
.forumhead {
margin-left:0.3%;
width:98%;
}
#forums .forumbit_post {
display:block;
float:left;
height:150px;
margin:4px;
position:relative;
width:49%;
}
.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/gradients/grey-up.png) repeat-x scroll left bottom;
border:1px solid #C4C4C4;
display:block;
float:left;
height:100%;
min-height:90px;
position:relative;
width:100%;
}
.forumbit_post .foruminfo .forumdata .datacontainer {
float:left;
padding-left:65px;
width:90%;
}
.forumbit_post .foruminfo {
clear:right;
float:left;
min-width:50%;
width:95%;
}
/* chuyen khung lastpost xuong duoi */
.forumbit_post .forumrow .forumlastpost {
clear:both;
width:95%;
padding-left:5px;
border-top:1px dotted #425769;
}
.forumlastpost .lastpostby {
display: block;
float: left;
padding-left:5px;
padding-top:3px;
}
.forumlastpost .lastpostdate {
display: block;
float: right;
padding-top:3px;
}
.forumlastpost .lastposttitle {
display: block;
float: left;
}
/* lam subforum thanh 1 cot */
.subforums ol.subforumlist {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.subforumlist li.subforum {
float: left;
width: 100%;
margin: 0;
padding: 0;
clear:none;
}
Đã chỉnh sửa sub forum thành 1 cột, nếu muốn 2 cột bạn sửa code sau:
.subforumlist li.subforum {
float: left;
width: 100%;
margin: 0;
padding: 0;
clear:none;
}
Thành
.subforumlist li.subforum {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
Xong
 

Facebook Comments

Similar threads

Admin
Replies
2
Views
1K
AdminAdmin is verified member.
Admin
Admin
Replies
6
Views
1K
ducphuli
D
Back
Top