-
作者帖子
-
-
27 12 月, 2022 18:57 - Views: 102 #26884聖河小魚版主
@media only screen and (max-width: 480px) {
div.bbp-forum-topic-count, div.bbp-topic-voice-count,
div.bbp-forum-freshness, .bbp-topic-freshness {
display: none;
}
div.bbp-forum-content {
margin-bottom: 20px !important;
}
}*********************************************************
@media only screen and (max-width: 480px) {/* Change the width of the author column */
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
width: 220px;
}/* position the left hand side of the content column */
#bbpress-forums div.bbp-reply-content {
margin-left: 0px;
}/* hide the avatar */
a.bbp-author-avatar {
display: none;
}
}#bbpress-forums div.bbp-author-role {
display: none;
}***************************************
-
27 12 月, 2022 19:23 #26885聖河小魚版主
@media only screen and (max-width: 480px) {
/* position the left hand side of the content column */
#bbpress-forums div.bbp-reply-content {
margin-left: 0px;
}
div.bbp-forum-topic-count, .bbp-topic-voice-count,
div.bbp-forum-freshness, .bbp-topic-freshness {
display: none;
}
#bbpress-forums div.bbp-reply-author, .bbp-author-name {
display: block;
position: relative;
width: 100%;
}
}
#bbpress-forums div.bbp-author-role {
display: none;
}*********************************************************
*****
-
-
作者帖子
- 哎呀,回复话题必需登录。