Home › 论坛 › 站務相關 › 網站建設 › bbpress 手機版CSS › 回复至:bbpress 手機版CSS
27 12 月, 2022 19:23 - Views: 149
#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;
}
*********************************************************
*****