最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - Responsive Author Style in BBpress?

programmeradmin2浏览0评论

I would like change responsive design author of forum section which I attached screenshots. I tried some of code but didn't worked. Here is the code

#bbpress-forums li.bbp-body div.bbp-topic-author,
  #bbpress-forums li.bbp-body div.bbp-reply-author {
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--color-divider);
    box-sizing: border-box;
  }
  .vikinger-forum-reply-author {
    -ms-flex-align: start;
        align-items: flex-start;
发布评论

评论列表(0)

  1. 暂无评论