论坛头像怎么放大呢

正在查看 4 个帖子:1-4 (共 4 个帖子)
  • 作者
    帖子
  • cat
    • 文章数量: 108
    @429456968
    楼主

    论坛头像大小好像是 58*58 的,我想放大显示的话,请问去哪里设置呢?

    诗语
    管理员
    • 文章数量: 5,935
    @feibisi

    头像的 css 是找个,要改就该下面的 70px ,调大调小都行,在主题选项的自定义 css 里面搜索 #bbpress-forums div.bbp-reply-author img.avatar

    #bbpress-forums div.bbp-reply-author img.avatar {
        margin-top: 0;
        padding: 5px;
        height: 70px;
        width: 70px;
        border: 1px solid #e7e7e7;
        -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
        box-shadow: 0 0 7px rgba(0,0,0,.1);
        background: #fff;
    }

    如果不在的话,那么就找子主题的 style.css 里面。

    cat
    • 文章数量: 108
    @429456968
    楼主

    不管怎么改,头像显示都不正常呢,这是调成 170 之后的效果,调成别的数字也不正常

    #bbpress-forums div.bbp-reply-author img.avatar {
    margin-top: 0;
    padding: 5px;
    height: 170px;
    width: 170px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
    box-shadow: 0 0 7px rgba(0,0,0,.1);
    background: #fff;
    }

     

    cat
    • 文章数量: 108
    @429456968
    楼主

    头像问题已解决

正在查看 4 个帖子:1-4 (共 4 个帖子)
  • 哎呀,回复话题必需登录。

话题信息