Help thêm số người xem trên mobile

dinhyen

Corporal
Đây là website của mình, giao diện trên mobile không có hiện số người xem mà chỉ hiện số người trả lời. Nếu muốn hiển thị thêm số người trả lời thì làm thế nào ạ
Xin cao nhân chỉ giáo

rVUxCw9.jpg
 
bạn export style rồi mở lên = nodepad++ tìm:
.Responsive .discussionListItem .listBlock.stats .minor {
display: none;
}
sửa thành :
.Responsive .discussionListItem .listBlock.stats .minor {
font-size: 11px;
margin-top: 0;
}
xong rồi import lại style.
 
bạn export style rồi mở lên = nodepad++ tìm:
.Responsive .discussionListItem .listBlock.stats .minor {
display: none;
}
sửa thành :
.Responsive .discussionListItem .listBlock.stats .minor {
font-size: 11px;
margin-top: 0;
}
xong rồi import lại style.
Nó nằm trong file nào vậy ạ
 
bạn export style rồi mở lên = nodepad++ tìm:
.Responsive .discussionListItem .listBlock.stats .minor {
display: none;
}
sửa thành :
.Responsive .discussionListItem .listBlock.stats .minor {
font-size: 11px;
margin-top: 0;
}
xong rồi import lại style.
Tuyệt vời bác ơi, em tìm thấy rồi. vào Search template tìm discussion_list.css nó trong file này.
Em đã làm được rồi.
Cảm ơn bác nhiều nhé.
Chúc bác sức khỏe nhé.
 
Back
Top