Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi dcsready. Try this in your custom css:

    /* reduce size of plugin avatar */
    .dwqa-single-question .dwqa-comment-author .avatar {
        height: 48px;
        width: 48px;
    }
    
    /* remove sidebar on plugin answer page */
    .single-dwqa-question .s1 {
        display:none;
    }
    .single-dwqa-question .main-inner {
        background: none;
        padding-left: 0;
    }
    Thread Starter dcsreddy

    (@dcsreddy)

    wow. You are awesome. Thanks a lot.

    Thread Starter dcsreddy

    (@dcsreddy)

    It is resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to reduce avatar size?’ is closed to new replies.