Home 论坛 站務相關 網站建設 bbpress 手機版CSS

正在查看 1 条回复
  • 作者
    帖子
    • #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;
      }

       

      ***************************************

    • #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;
      }

      *********************************************************

      *****

正在查看 1 条回复
  • 哎呀,回复话题必需登录。