user73824
asked 9 years ago

I’ve been searching google for an hour or so now and can only find two articles detailing how to change the comment avatar size. So far I’ve tried pasting this snippet into my themes style.css file with no luck. Any advice?

.dwqa-container .dwqa-single-question .dwqa-author .avatar {
    height: 50px;
    left: 7px;
    width: 50px;
}

https://dev.crylab.co/help/question/testing/

4 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

.dwqa-single-question .dwqa-comment-author .avatar {
  left: 10px;  
  width: 50px;
}

Hope this helps !

simone74
answered 9 years ago
dominic Staff
replied 9 years ago

I have checked your site and I think it’s work fine with your site.

user73824
answered 9 years ago

My lazy load plugin for some reason loads another larger avatar on top of the avatar that DWQA loads. I set the larger avatar’s size to 0px by 0px and it went away.

/*Removes large comment avatars.*/
img.lazy.avatar.avatar-96.photo.data-lazy-ready, img.avatar.avatar-96.photo {
    height: 0px;
        width: 0px;
}
modmarc
replied 9 years ago

Edit: I removed the width and "px"

rakarudiansyah
replied 9 years ago

so… just insert height in css?

dominic Staff
replied 9 years ago

Have you tried the following code:

.dwqa-single-question .dwqa-comment-author .avatar {
  left: 10px;  
  width: 50px;
}

Note: If you use the Lazy load plugin that Marc Woodyard used, you can use the following code:

/*Removes large comment avatars.*/
img.lazy.avatar.avatar-96.photo.data-lazy-ready, img.avatar.avatar-96.photo {
    height: 0px;
}

Also, you can send me your site for further checking.
Hope this helps !

Kausajr Mort
answered 9 years ago

I followed the instructions here and added the code lines. It never worked for me. Anything chance I am doing this wrong? Please see code under the link below. Much appreciated.


@import "../font/font-awesome/css/font-awesome.min.css";.dwqa-container{background:#fff}.dw-question{margin:0;line-height:20px}.dw-question .btn{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-question .hide{display:none}.dw-question input[type="radio"],.dw-question input[type="checkbox"]{margin:-3px 5px 0 0}.dw-question .wp-editor-container iframe{min-height:100%}.dw-question .dw-search{margin-bottom:20px}.dw-question .dwqa-search-form{width:100%;text-align:left;position:relative;height:100%;background:#f3f3f3}.dw-question .dwqa-search-form .dwqa-search-input{padding:12px 6px 12px 18px;box-shadow:0 0 8px rgba(0,0,0,0.05) inset;font-size:20px;height:55px;width:100%;color:#3a3a3a;border:1px solid #ccc;outline:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-question .dwqa-search-form .dwqa-search-submit,.dw-question .dwqa-search-form .dwqa-search-clear,.dw-question .dwqa-search-form .dwqa-search-loading{position:absolute;right:6px;top:0;width:40px;line-height:55px;padding:0;text-align:center;color:#3a3a3a;border:0;background:transparent}.dw-question .dwqa-search-form .dwqa-search-submit:hover,.dw-question .dwqa-search-form .dwqa-search-clear:hover,.dw-question .dwqa-search-form .dwqa-search-loading:hover{color:#1ba1e2}.dw-question .dwqa-search-form .dwqa-search-submit{cursor:default}.dw-question .dwqa-search-form .dwqa-search-clear{cursor:pointer}.dw-question .dwqa-search-form .dwqa-search-loading{background:url('../img/facebook-loading.gif') no-repeat center;height:100%}.dw-question .tag-label{padding:2px 8px;color:#fff;margin-right:2px;position:relative;top:-1px;font-size:10px;background:#555;text-decoration:none}.dw-question .tag-label.pending-review{background:#fdfcf2;border:1px solid #dbd7c0;color:#544531}.dw-question .tag-label.overdue{background:#fdf2f2;border:1px solid #e8b3b3;color:#b94a48}.dw-question .questions-list{border:1px solid #ddd;border-top:0}.dw-question .questions-list.search-result{border-top:1px solid #ddd}.dw-question .entry-header{width:100%;margin-bottom:10px;background:transparent!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-question .entry-header .entry-title{margin:0!important;padding:0!important;font-size:15px!important;line-height:1.3!important;font-weight:700;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:none!important}.dw-question .entry-content{width:100%;padding:0 0 10px 0;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-question .entry-meta{color:#888;font-size:12px;background:transparent!important;text-transform:none!important;padding:0!important}.dw-question .entry-meta>span:first-child{margin-left:0;padding-left:0;border-left:none}.dw-question .entry-meta>span{margin:0 0 0 10px;padding:0 0 0 10px;border-left:1px solid #e5e5e5}.dw-question .entry-meta .date{margin-left:0!important}.dw-question .comment-meta a{font-weight:normal;color:#888}.dw-question .entry-meta a{font-weight:normal;color:#555}.dw-question .comment-meta a{font-size:12px}.dw-question .edit-link a:before{content:""}.dw-question textarea,.dw-question textarea:focus{border-width:1px;resize:vertical}.dw-question p{margin:0 0 7px 0}.dw-question .wp-switch-editor{height:auto}.dw-question a{text-decoration:none!important;outline:none!important;cursor:pointer}.dw-question .genericon{vertical-align:middle}.dw-question .loading{position:absolute;width:100%;height:100%;display:none;background:url(../img/loading.gif) no-repeat center 40%;z-index:99999}.dw-question .dwqa-answer .loading{background:url(../img/facebook-loading.gif) no-repeat center;height:11px;width:16px;position:relative;top:0;left:0;margin:0 0 0 15px;display:none}.dw-question .select{position:absolute;top:15px;right:20px}.dw-question .select li:hover{background:#ddd}.dw-question .select a{color:#3a3a3a;display:block}.dw-question .select .current-select{cursor:pointer;display:inline-block;border:1px solid #ccc;line-height:28px;min-width:124px;padding:0 40px 0 10px;position:relative;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0)}.dw-question .select .current-select:before{content:"";width:0;height:0;border-top:5px solid #333;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;right:10px;top:12px}.dw-question .select ul{position:absolute;top:30px;right:0;border-bottom:1px solid #ddd;border-top:0;margin:0;padding:0;display:none;width:100%;z-index:9999}.dw-question .select ul li{display:block;border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;background:#f3f3f3;width:auto;padding:0 10px;cursor:pointer;line-height:25px;margin:0}.dw-question .select ul li:first-child{border-top:0}.dw-question .answer-flagged-alert{font-size:12px;line-height:30px}.dw-question .tags-list{padding:0;margin:0;list-style:none}.dw-question .tags-list li{padding:0 5px;border:1px solid #ddd;margin-right:5px;display:inline-block}.dw-question .tags-list li:first-child{border:0}.single-dwqa-question{line-height:20px}.single-dwqa-question .dw-question{overflow:visible}.single-dwqa-question .dwqa-container .dw-question{width:66.66%;float:left}@media(max-width:767px){.single-dwqa-question .dwqa-container .dw-question{width:100%;float:none}}.single-dwqa-question .dwqa-container .dwqa-sidebar{width:30.33%;float:right}@media(max-width:767px){.single-dwqa-question .dwqa-container .dwqa-sidebar{width:100%;float:none;margin-top:30px}}.single-dwqa-question .dwqa-container .dwqa-sidebar a{text-decoration:none}.single-dwqa-question .dwqa-container .dwqa-sidebar .author-info{position:relative;padding:0 0 0 50px;min-height:38px;border:0;margin:0}.single-dwqa-question .dwqa-container .dwqa-sidebar .author-info .avatar{border:1px solid #e5e5e5;padding:2px;background:#fff;position:absolute;left:0;height:32px;width:32px}.dwqa-single-question .dwqa-comment-author .avatar {width: 32px;}.single-dwqa-question .dwqa-container .dwqa-sidebar .author-info .time{color:#999;font-size:11px}.single-dwqa-question .dwqa-container .dwqa-sidebar .list-info span{color:#555;text-align:right;width:70%}.single-dwqa-question .dwqa-container .dwqa-sidebar .dwqa-widget h3{color:#999;font-size:11px;line-height:1;margin:0 0 15px;letter-spacing:1px;font-weight:bold;text-transform:uppercase}.single-dwqa-question .dwqa-container .dwqa-sidebar .dwqa-widget ul{margin:15px 0 0;padding:0;border-bottom:1px solid #e5e5e5;list-style:none}.single-dwqa-question .dwqa-container .dwqa-sidebar .dwqa-widget li{border-top:1px solid #e5e5e5;padding:9px 0 9px 30px;margin:0;font-size:11px}.single-dwqa-question .dwqa-container .dwqa-sidebar .dwqa-widget li:before{font-family:'FontAwesome';font-size:8px;color:#999;float:left;margin:0 10px 0 0;content:"\f059";font-size:14px;margin-left:-29px}.single-dwqa-question .dwqa-container .dwqa-sidebar .dwqa-widget .question-title{display:block;font-size:14px;font-weight:600}.single-dwqa-question .dwqa-container .well{min-height:20px;padding:14px;margin-bottom:20px;background-color:#f3f3f3;border:1px solid #e1e1e1;border-color:#eee #eee #cecece;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.single-dwqa-question .dwqa-container .well ul{list-style:none;margin:0;padding:0}.single-dwqa-question .dwqa-container .well ul li{border-top:1px solid #e6e6e6;color:#999;text-transform:capitalize;padding:7px 0;overflow:hidden;margin:0}.single-dwqa-question .dwqa-container .well ul li:first-child{border-top:0}.single-dwqa-question .dwqa-container .well ul i{margin-right:5px}.single-dwqa-question .dwqa-container #content .hentry .well:first-child{margin-top:0}@media(max-width:767px){.single-dwqa-question .dwqa-container .well .row-fluid [class*="span"] .btn{display:block;margin-top:20px}.single-dwqa-question .dwqa-container .well .row-fluid [class*="span"]:first-child .btn{margin-top:0}}.single-dwqa-question .best-answer{color:#719932;font-weight:bold;font-size:12px;padding:5px 15px 0 0!important;position:absolute;top:0;right:0;background:transparent;display:block;z-index:1}.single-dwqa-question .best-answer:before{content:"\f00c";font-size:14px;color:#719932;padding-right:5px;font-family:'FontAwesome'}#submit-question input,#submit-question select{margin:0}#submit-question input.required,#submit-question select.required{border-color:#e8b3b3}#submit-question input.required::-webkit-input-placeholder,#submit-question select.required::-webkit-input-placeholder{color:#b94a48}#submit-question input.required:-moz-placeholder,#submit-question select.required:-moz-placeholder{color:#b94a48}#submit-question input.required::-moz-placeholder,#submit-question select.required::-moz-placeholder{color:#b94a48}#submit-question input.required:-ms-input-placeholder,#submit-question select.required:-ms-input-placeholder{color:#b94a48}#submit-question label{display:block;margin-bottom:15px}#submit-question #dwqa-submit-question-form{margin-bottom:0}#submit-question .question-meta,#submit-question .input-title,#submit-question .input-content,#submit-question .checkbox-private,#submit-question .question-signin{margin-bottom:20px}#submit-question .question-meta:before,#submit-question .question-meta:after{content:" ";display:table}#submit-question .question-meta:after{clear:both}#submit-question .question-meta .select-category,#submit-question .question-meta .input-tag{width:48%;float:left}#submit-question .question-meta .select-category select,#submit-question .question-meta .input-tag input{padding:5px 15px;width:100%;height:40px;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#submit-question .question-meta .input-tag{float:right}#submit-question .input-title{position:relative}#submit-question .input-title #question-title{font-size:14px;width:100%;height:40px;padding:5px 15px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#submit-question .input-title .dwqa-search-clear,#submit-question .input-title .dwqa-search-loading{position:absolute;right:6px;top:38px;width:40px;line-height:34px;padding:0;text-align:center;color:#3a3a3a;border:0;background:transparent}#submit-question .input-title .dwqa-search-clear:hover,#submit-question .input-title .dwqa-search-loading:hover{color:#1ba1e2}#submit-question .input-title .dwqa-search-clear{cursor:pointer}#submit-question .input-title .dwqa-search-loading{background:url('../img/facebook-loading.gif') no-repeat center;height:34px}#submit-question .checkbox-private input{margin:-3px 5px 0 0}#submit-question .question-signin{position:relative;overflow:hidden}#submit-question .question-register,#submit-question .question-login{position:absolute;width:100%}#submit-question .question-register .register-input,#submit-question .question-login .login-input{width:48%;float:left}#submit-question .question-register .register-username,#submit-question .question-login .login-password{float:right}#submit-question .question-register input,#submit-question .question-login input{padding:5px 15px;width:100%;height:40px;font-size:14px;margin-bottom:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#submit-question .login-switch{clear:both}#single-question>.hentry{border:1px solid #e5e5e5!important;border-color:#eee #eee #cecece!important;padding:15px 19px 0!important;margin-bottom:20px!important;position:relative}#single-question>.hentry .btn-follow{float:right;font-size:13px;margin-top:2px;z-index:1;position:relative;text-transform:none;height:25px;line-height:25px}#single-question>.hentry .entry-meta{border-bottom:1px solid #eaeaea;margin-bottom:15px!important;padding-left:55px;position:relative}#single-question>.hentry .entry-meta .avatar{left:0}#single-question>.hentry .entry-meta .entry-user{float:left}#single-question>.hentry .entry-meta .entry-share{float:right;margin-top:13px}#single-question>.hentry .entry-meta .entry-share ul{list-style:none;margin:0;padding:0}#single-question>.hentry .entry-meta .entry-share ul li{display:inline}#single-question .answer-flagged-content .entry-content{display:none}#single-question .answer-flagged-content .alert{border:0;margin-bottom:0}#single-question .answer-flagged-show{cursor:pointer}#single-question .entry-title{font-size:24px!important;line-height:1.3!important;margin:0 0 10px!important}#single-question .entry-footer{background:#f3f3f3;border-top:1px solid #e5e5e5;border-bottom:0!important;margin:0 -19px 0;padding:10px 15px!important;position:relative;width:auto}#single-question .entry-footer .meta-bottom{line-height:30px;min-height:30px;padding:0;margin:0 0 10px 0}#single-question .entry-footer .comment-meta{display:inline;float:none}#single-question .select{right:10px;top:10px}#single-question .date{float:none;font-size:12px;line-height:16px;display:block}#single-question .date a{color:#999}#single-question .avatar{width:32px;height:32px;padding:3px;margin:0 10px 0 0;border:1px solid #e5e5e5;position:absolute;top:15px;left:15px;background:#fff}#single-question .comments-area .alert{margin:0!important;border:0;background:transparent;padding:0;color:#c33}#single-question .comment-meta a{color:#555}#single-question .comment-meta .avatar{left:15px;top:15px;position:absolute;background:#fff}#single-question .comment-meta .author{padding:0}#single-question .entry-meta{padding:15px 15px 10px 70px!important;margin:0!important;background:transparent;border-bottom:0;overflow:hidden}#single-question .entry-meta .author,#single-question .entry-meta .date{display:inline-block;margin:0;vertical-align:top}#single-question .entry-meta .author a:before,#single-question .entry-meta .date a:before{content:""}#single-question .entry-meta .author{padding-right:10px;font-size:15px;font-weight:600;line-height:1.3}#single-question .entry-meta .date{display:block;float:none;padding:0!important;line-height:1.3;font-size:11px;border-left:none}#single-question #wp-dwqa-answer-question-editor-wrap,#single-question #wp-dwqa-custom-content-editor-wrap{margin-bottom:15px;overflow:hidden}#single-question .comment-edit-field{min-height:90px;margin-bottom:10px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#single-question .cancel-link{display:inline;padding-left:5px;cursor:pointer}#single-question .alert{background:#fdfcf2;border:1px solid #dbd7c0;color:#544531;margin-bottom:30px;padding:8px 35px 8px 14px}#single-question .alert p{margin:0}#single-question .alert i{padding-right:10px}#single-question .dwqa-answer-signin input{width:100%;margin-bottom:10px}.dw-question .questions-wrap{min-height:400px;position:relative}.dw-question .filter-bar{border:1px solid #ddd;border-bottom:0;position:relative}.dw-question .filter-bar>ul{margin:0}.dw-question .filter-bar>ul>li{display:block}.dw-question .filter-bar .order{padding:0;margin:0;border-bottom:0;display:inline-block;position:absolute;top:15px;right:20px;text-align:center}.dw-question .filter-bar .order li{display:inline-block;border-style:solid;border-width:1px 1px 0;border-color:transparent;background:transparent;color:#333;font-size:13px;-webkit-transition:border-color .3s ease-out;transition:border-color .3s ease-out}.dw-question .filter-bar .order li.active a{padding:0;color:#666;text-decoration:none!important}.dw-question .filter-bar .order li:last-child{margin-right:0}.dw-question .filter-bar .order span,.dw-question .filter-bar .order i{cursor:pointer;font-size:12px}.dw-question .filter-bar .order a{padding:0;display:inline-block;font-size:11px;font-weight:600;color:#666}.dw-question .filter-bar .order i{display:inline-block;position:relative;top:0;padding-left:4px}.dw-question .filter{padding:15px 20px;position:relative;border-bottom:1px solid #ddd;clear:both;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-question .filter.sort-by{height:60px}.dw-question .filter ul{margin:0;padding:0}.dw-question .filter li{display:inline-block;line-height:30px;font-size:90%;margin:0 9px 0 0;font-weight:bold}.dw-question .filter .status{padding-right:150px}.dw-question .filter .select li{margin:0}.dw-question .filter li.tag,.dw-question .filter .filter-by-category{display:inline-block;margin:0}.dw-question .filter .filter-by-category.select{left:20px;right:auto}.dw-question .filter .filter-by-category li{margin:0;display:block}.dw-question .filter .status a:hover,.dw-question .filter .active a{text-decoration:underline!important}.dw-question .filter .status-new a{color:#f8bd0a}.dw-question .filter .status-open a{color:#fd8345}.dw-question .filter .status-replied a,.dw-question .filter .replied a{color:#1ba1e2}.dw-question .filter .status-answered a,.dw-question .filter .answered a{color:#1ba1e2}.dw-question .filter .status-resolved a,.dw-question .filter .resolved a{color:#578824}.dw-question .filter .status-closed a,.dw-question .filter .closed a{color:#000}.dw-question .filter .status-pending-review a,.dw-question .filter .pending-review a{color:#cd7bdd}.dw-question .filter .status-overdue a,.dw-question .filter .overdue a{color:#f00}.dw-question .filter .status-active a{text-decoration:underline!important}.dw-question .hentry{position:relative;min-height:90px;padding:20px 220px 20px 0!important;margin:0!important;border-top:1px solid #e6e6e6;border-left:0;border-right:0;border-bottom:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;overflow:visible;width:auto;float:none}.dw-question .hentry:first-child{border-top:0}.dw-question .hentry:hover,.dw-question .hentry.current{background-color:#f2f2f2}.single-dwqa-question .dw-question .hentry:hover,.single-dwqa-question .dw-question .hentry.current{background-color:transparent}.dw-question .not-found{padding:10px;margin:0}.dw-question .entry-header{margin:0;padding:6px 0 0 70px!important;position:relative}.single-dwqa-question .dw-question .entry-header{padding:0!important}.dw-question .entry-title a{color:#3a3a3a}.dw-question .entry-title:first-letter {text-transform:uppercase}.dw-question .entry-meta{margin:0!important}.dw-question .questions-list .entry-header .entry-meta{position:static}.dw-question .questions-list .entry-meta{padding:0;border:0}.dw-question .entry-status{position:absolute;left:20px;top:10px;background:#000;font-size:90%;font:0/0 a;color:#fff;margin:0 5px 0 0;text-transform:uppercase;width:30px;height:30px;line-height:30px;display:block;text-align:center;border:none!important}.dw-question .entry-status:before{display:inline-block;width:16px;height:16px;-webkit-font-smoothing:antialiased;line-height:1;font-family:'FontAwesome';text-decoration:inherit;font-weight:normal;font-style:normal;vertical-align:top;color:#fff;font-size:14px;line-height:30px}.dw-question .entry-status.status-new:before{content:"\f059"}.dw-question .entry-status.status-open:before,.dw-question .entry-status.status-re-open:before{content:"\f059"}.dw-question .entry-status.status-answered:before{content:"\f112"}.dw-question .entry-status.status-resolved:before{content:"\f00c"!important}.dw-question .entry-status.status-closed:before{content:"\f023"}.dw-question .entry-status .staff-answered{background:#1ba1e2!important}.dw-question .entry-status .staff-answered:before{content:"\f112"}.dw-question .entry-status.status-overdue{background:#f00!important}.dw-question .entry-status.status-new{background:#f8bd0a}.dw-question .entry-status.status-open,.dw-question .entry-status.status-re-open{background:#fd8345}.dw-question .entry-status.status-answered{background:#1ba1e2}.dw-question .entry-status.status-resolved{background:#578824!important}.dw-question .entry-status.status-closed{background:#000!important}.dw-question .entry-status.status-pending{background:#cd7bdd}.dw-question footer.entry-meta{position:absolute;margin:0!important;padding:0;top:20px;right:20px;margin:0;width:auto}.dw-question .entry-comment,.dw-question .entry-view,.dw-question .entry-vote{width:50px;height:50px;text-align:center;border:1px solid #ddd;float:left;margin-left:14px;font-size:11px}.dw-question .entry-comment strong,.dw-question .entry-view strong,.dw-question .entry-vote strong{display:block;line-height:20px;margin-top:5px;font-size:120%;font-weight:500;color:#666}.dw-question .archive-question-footer{padding:20px 0 0;overflow:hidden}.dw-question .pagination{text-align:center;float:left;border:none!important;margin:0!important;padding:0!important}.dw-question .pagination ul{margin:0;padding:0;float:left}.dw-question .pagination ul>li{display:inline!important}.dw-question .pagination ul>li>a,.dw-question .pagination ul>li span{float:left;padding:0 15px;line-height:34px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0;margin:0}.dw-question .pagination ul>li>a:hover,.dw-question .pagination ul>li span:hover{color:#222}.dw-question .pagination ul>li span{padding:0 13px;color:#999}.dw-question .pagination ul>li:first-child>a,.dw-question .pagination ul>li:first-child>span{border-left-width:1px}.dw-question .pagination ul>.active>a,.dw-question .pagination ul>.active>span,.dw-question .pagination ul>li>span.current{color:#999;cursor:default}.dw-question .pagination ul>li>a:hover,.dw-question .pagination ul>li>a:focus,.dw-question .pagination ul>.active>a,.dw-question .pagination ul>.active>span,.dw-question .pagination ul>li>span.current{background-color:#f5f5f5}.dw-question .pagination ul li a:hover{background:#e6e6e6!important;filter:none!important;border-color:#ddd}.dw-question .pagination ul li.hide a,.dw-question .pagination ul li.current a{background:none!important;filter:none!important;color:#999;cursor:inherit!important}.dw-question .questions-wrap .btn{float:right;margin:0}.dw-question .questions-wrap .filter-bar .btn{margin-top:0;z-index:1;position:absolute;top:15px;right:20px;text-align:center}.dw-question .search-results-suggest{position:absolute;width:100%;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,#fff,0%,rgba(255,255,255,0),100%);background-image:-moz-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#00ffffff',GradientType=0)}.dw-question .search-results-suggest ul{list-style:none;margin:0 5px;padding:0;background-color:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc}.dw-question .search-results-suggest li{border-bottom:1px solid #ddd;background-color:#f5f5f5;margin:0}.dw-question .search-results-suggest li:hover{background:#fffac2}.dw-question .search-results-suggest li a{color:#555;display:block;padding:10px 15px}.dw-question .search-results-suggest li a strong{color:#000}.dw-question .search-results-suggest li.no-link{background:transparent}.dw-question .search-results-suggest li:last-child{border-bottom:0}.dw-question .search-results-suggest span{padding:10px 20px 350px 20px;display:block}.single-dwqa-question #answers .hentry{padding:0!important;min-height:90px;margin-left:0!important;margin-bottom:30px!important;position:relative;border:1px solid #ddd!important;border-color:#eee #eee #cecece!important;-webkit-box-shadow:0 1px 0 #efefef;box-shadow:0 1px 0 #efefef}.single-dwqa-question #answers .hentry:hover .entry-vote-best,.single-dwqa-question #answers .hentry:hover .answer-actions{opacity:1;filter:alpha(opacity=100)}.single-dwqa-question #answers .hentry.staff{border:1px solid #a5d2e9!important;border-color:#a5d2e9!important;-webkit-box-shadow:0 0 1px #a5d2e9;box-shadow:0 0 1px #a5d2e9}.single-dwqa-question #answers .hentry.staff .entry-meta span{border:none!important}.single-dwqa-question #answers .hentry.staff .entry-vote{border:1px solid #a5d2e9!important;border-color:#a5d2e9!important;-webkit-box-shadow:0 0 1px #a5d2e9;box-shadow:0 0 1px #a5d2e9}.single-dwqa-question #answers .hentry.best_answer{border:1px solid #8dc03c!important;border-color:#8dc03c!important;-webkit-box-shadow:0 0 1px #8dc03c;box-shadow:0 0 1px #8dc03c}.single-dwqa-question #answers .hentry.best_answer .entry-meta span{border:none!important}.single-dwqa-question #answers .hentry.best_answer .entry-vote{border:1px solid #8dc03c!important;border-color:#8dc03c!important;-webkit-box-shadow:0 0 1px #8dc03c;box-shadow:0 0 1px #8dc03c}.single-dwqa-question #answers .hentry.best_answer .entry-vote-best{opacity:1;filter:alpha(opacity=100)}.single-dwqa-question #answers .hentry.best_answer.no-click .entry-vote-best a{cursor:default}.single-dwqa-question #answers h3{line-height:30px;margin:0;padding:0 0 20px 0;font-size:16px}.single-dwqa-question #answers .entry-vote{width:23px;height:auto;left:-25px;top:10px;position:absolute;background-color:#fff;margin:0;padding:0;border:1px solid #ddd;border-color:#eee #eee #cecece!important}.single-dwqa-question #answers .entry-vote a{text-indent:-9999px;position:relative;width:23px;height:23px;font-size:11px;line-height:23px;padding:0;font-weight:600;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:none;display:inline-block;color:#333;text-align:center;text-shadow:none;cursor:pointer;border:0;text-transform:uppercase;background-image:-webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,0%,#e6e6e6,100%);background-image:-moz-linear-gradient(top,#fff 0,#e6e6e6 100%);background-image:linear-gradient(to bottom,#fff 0,#e6e6e6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0)}.single-dwqa-question #answers .entry-vote a:before{content:"";border-bottom:6px solid #999;border-left:6px solid transparent;border-right:6px solid transparent;top:8px;left:50%;margin-left:-6px;position:absolute}.single-dwqa-question #answers .entry-vote .vote-up:hover:before{border-bottom-color:#333}.single-dwqa-question #answers .entry-vote .vote-down:hover:before{border-top-color:#333}.single-dwqa-question #answers .entry-vote .vote-down:before{border-top:6px solid #999;border-bottom:0}.single-dwqa-question #answers .entry-vote .vote-up{border-bottom:1px solid #eee}.single-dwqa-question #answers .entry-vote .vote-down{border-top:1px solid #eee}.single-dwqa-question #answers .entry-vote .vote-count{font-size:14px;line-height:28px;font-weight:500;width:23px;text-align:center}.single-dwqa-question #answers .entry-vote .answer-flagged-content{display:none}.single-dwqa-question #answers .entry-vote-best{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .1s;transition:opacity .1s;position:absolute;overflow:hidden;top:-1px;right:-1px;width:50px;height:50px;z-index:1}.single-dwqa-question #answers .entry-vote-best .entry-vote-best-bg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);font-weight:bold;font-size:12px;text-transform:uppercase;padding:0;position:absolute;top:-35px;right:-35px;background:#999;color:#fff;display:block;z-index:1;width:70px;height:70px}.single-dwqa-question #answers .entry-vote-best a:hover .entry-vote-best-bg,.single-dwqa-question #answers .entry-vote-best.active .entry-vote-best-bg{background:#8dc03c}.single-dwqa-question #answers .entry-vote-best i{font-size:15px;position:absolute;top:8px;right:8px;color:#fff;z-index:1}.single-dwqa-question #answers .entry-vote-best a{color:#999}.single-dwqa-question #answers .user-role{position:absolute;top:54px;left:15px;background:transparent;padding:0 4px!important;margin:0!important;text-transform:uppercase;font-size:11px;color:#fff;background:#1ba1e2;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.single-dwqa-question #add-answer #dwqa-answer-question-editor{min-height:120px;height:120px}.single-dwqa-question .commentlist .date a{color:#999!important;font-size:11px}.single-dwqa-question #comments .comment-content{padding:0 0 5px 0;border:0}.single-dwqa-question .entry-footer .user-role{color:#1ba1e2;text-transform:uppercase}.single-dwqa-question .entry-footer #respond{padding:5px 15px 0 15px;border-top:1px solid #e6e6e6}.single-dwqa-question .entry-footer #comments{margin:0 -15px 0 -15px;border:0;padding:0;background:transparent}.single-dwqa-question .entry-footer #comments .comments-area{background:transparent;border:0;padding:0;margin:15px 0 0 0!important}.single-dwqa-question .entry-footer #comments .commentlist{border:0;border-top:1px solid #e6e6e6;padding:0;margin:10px 0 0 0}.single-dwqa-question .entry-footer #comments .commentlist:before,.single-dwqa-question .entry-footer #comments .commentlist:after{border:0}.single-dwqa-question .entry-footer #comments .commentlist .comment-action{border:1px solid #e6e6e6;border-top:0;background:#f3f3f3;padding:5px;top:0;right:0}.single-dwqa-question .entry-footer #comments .comment{background:transparent!important;border:0;border-bottom:1px solid #e6e6e6;padding:10px 15px;margin:0}.single-dwqa-question .entry-footer #comments .comment:before,.single-dwqa-question .entry-footer #comments .comment:after{border:0}.single-dwqa-question .entry-footer #comments .comment:last-child{border-bottom:0}.single-dwqa-question #comments.comments-area #respond #comment{min-height:38px!important;height:38px;padding:3px 5px;border:1px solid #ddd}.single-dwqa-question .comments-area{margin:0;background:#f3f3f3;padding:0;border:0;position:relative}.single-dwqa-question .comments-area #respond{border-top:1px solid #e6e6e6}.single-dwqa-question .comments-area #respond textarea{min-height:38px;height:38px}.single-dwqa-question .comments-area .commentlist{padding:0;margin:0;width:100%}.single-dwqa-question .comments-area .commentlist:before{content:"";border-left:12px dashed transparent;border-right:12px solid transparent;border-bottom:12px solid #e6e6e6;position:absolute;left:22px;top:-11px}.single-dwqa-question .comments-area .commentlist:after{content:"";border-left:10px dashed transparent;border-right:10px solid transparent;border-bottom:10px solid #f3f3f3;position:absolute;left:24px;top:-9px}.single-dwqa-question .comments-area .comment{border:0;border-top:1px solid #e6e6e6;padding:15px 15px 10px 70px;list-style:none;background:transparent;margin:0}.single-dwqa-question .comments-area .comment:before{content:""}.single-dwqa-question .comments-area .comment p{margin-bottom:15px}.single-dwqa-question .comments-area .comment-meta{margin-bottom:10px;font-size:11px;line-height:20px;width:100%}.single-dwqa-question .comments-area .comment-meta .sep{display:none}.single-dwqa-question .comments-area .comment-meta .avatar{float:left;margin:2px 7px 0 0;background:#fff}.single-dwqa-question .comments-area .comment-meta .author a{font-weight:700}.single-dwqa-question .comments-area .comment-author{font-weight:bold;color:#333}.single-dwqa-question .comments-area .reply{display:none}.single-dwqa-question #respond{margin:0;padding:5px 15px 15px 15px;background:transparent;border:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.single-dwqa-question #respond textarea{text-indent:0;border:1px solid #ddd;height:40px;min-height:40px;box-shadow:none;width:100%;margin:0;outline:0;overflow-y:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .3s;transition:height .3s}.single-dwqa-question #respond h3{border-top:0;color:#333;font-size:14px;line-height:30px;margin:0;display:none}.single-dwqa-question #respond form{margin:0;padding:10px 0 0 50px;position:relative}.single-dwqa-question #respond form .avatar{position:absolute;top:10px;left:0;background:#fff}.single-dwqa-question #respond form .form-submit{margin:15px 0 0 0;float:none;display:none;overflow:hidden}.single-dwqa-question #respond form .form-submit #submit{left:0;top:0;margin:0;width:auto}.single-dwqa-question #respond .comment-form-comment label{display:none}.single-dwqa-question #respond .comment-form-comment textarea{width:100%!important;resize:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;min-height:80px;height:80px;margin:0}.single-dwqa-question #respond .form-submit{margin-bottom:0}.single-dwqa-question .commentlist{margin:0}.single-dwqa-question .commentlist .comment{position:relative}.single-dwqa-question .commentlist .comment:hover .comment-action{display:block}.single-dwqa-question .commentlist .comment-content{margin-bottom:0;padding:0 0 5px 0;float:none;font-size:13px;width:100%;position:relative;border:0}.single-dwqa-question .commentlist .comment-action{position:absolute;display:none;padding:0;top:15px;right:15px;font-size:13px;line-height:13px}.single-dwqa-question .commentlist .comment-action a{float:none;display:inline-block;line-height:1}.single-dwqa-question .comment-action .answer-comment,.single-dwqa-question .answer-actions .answer-comment{display:none}.single-dwqa-question .comment-action>span,.single-dwqa-question .answer-actions>span{position:relative;display:block;width:16px;height:16px;float:left;margin:0!important}.single-dwqa-question .comment-action>span a,.single-dwqa-question .answer-actions>span a{color:#888;font:0/0 a}.single-dwqa-question .comment-action>span i,.single-dwqa-question .answer-actions>span i{position:absolute;z-index:1;color:#999;top:0;left:0;cursor:pointer}.single-dwqa-question .answers-list{margin-bottom:20px}.single-dwqa-question .answers-list .entry-content{padding:0 15px 15px 70px!important;word-wrap:break-word}.single-dwqa-question .answers-list .author a{font-size:13px;font-weight:700}.single-dwqa-question .answers-list .answer-actions{opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity .1s;transition:opacity .1s;font-size:13px;color:#ccc;float:right;position:relative;display:inline-block;margin-right:30px;margin-top:0;height:30px}.single-dwqa-question .answers-list .answer-actions i{line-height:1.3}.single-dwqa-question .answers-list .answer-actions span:hover{color:#222}.single-dwqa-question .answers-list .dwqa-answer .entry-meta{margin:0 0 1.714285714rem}.single-dwqa-question .answers-list .dwqa-answer .entry-meta .tag-label{background:#eef6fa;border:1px solid #a5d2e9!important;color:#3a87ad;padding:1px 5px;display:inline-block;vertical-align:top;margin-top:0;margin-left:0!important;text-transform:uppercase;font-size:11px}.single-dwqa-question .answers-list .dwqa-answer .entry-meta .tag-label{background:#cd7bdd;color:#fff;margin-left:5px!important}.single-dwqa-question .answers-list .dwqa-answer .draft-tag{background:red;color:white;font-size:.7em;padding:0 .5em;position:relative;margin-left:.7em}.single-dwqa-question .answers-list .dwqa-answer .draft-tag:before{content:"";position:absolute;top:0;left:-0.6em;border-top:.8em solid transparent;border-bottom:.8em solid transparent;border-right:.8em solid red}.dw-question #loginform{overflow:hidden;margin:0}.dw-question #loginform .input{width:100%;margin-bottom:0;font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-question #loginform .login-username,.dw-question #loginform .login-password,.dw-question #loginform .login-submit{float:left;margin:0}@media(max-width:480px){.dw-question #loginform .login-username,.dw-question #loginform .login-password,.dw-question #loginform .login-submit{width:100%!important;float:none;margin:0 0 5px 0!important}}.dw-question #loginform .login-username{width:37%}.dw-question #loginform .login-password{width:37%;margin-left:20px}.dw-question #loginform .login-remember{display:none}.dw-question #loginform .login-submit{float:right;width:20%;margin-top:25px}.dw-question #loginform .login-submit input{width:100%}.dw-question#submit-question .login-submit{margin-top:30px}.dw-question .login-box{background:#f3f3f3;padding:20px;margin-bottom:20px;border:1px solid #ddd!important;border-color:#eee #eee #cecece!important;-webkit-box-shadow:0 1px 0 #efefef;box-shadow:0 1px 0 #efefef}.dw-question .login-box h3{font-size:14px!important}.dw-question .dwqa-title{line-height:30px;margin:0;padding:0 0 20px 0;font-size:16px}.dw-question .answer-edit-cancel{color:#3a3a3a}.dw-question .wp-editor-container{border-radius:0}.dw-question .pagination ul>li:first-child>a,.dw-question .pagination ul>li:first-child>span,.dw-question .pagination ul>li:last-child>a,.dw-question .pagination ul>li:last-child>span{border-radius:0}.dw-question input[type="checkbox"]{-webkit-appearance:checkbox}.dw-question .alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:4px}.dw-question .alert .close{position:relative;top:-2px;right:-21px;line-height:1.428571429}.dw-question .alert,.dw-question .alert h4{color:#c09853}.dw-question .alert a{color:#c09853;font-weight:bold}.dw-question .alert-success a{color:#468847}.dw-question .alert-danger a,.dw-question .alert-error a{color:#b94a48}.dw-question .alert-info a{color:#3a87ad}.dw-question .alert a:hover,.dw-question .alert a:active,.dw-question .alert a:focus{color:#000!important}.dw-question .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}.dw-question .alert-success h4{color:#468847}.dw-question .alert-danger,.dw-question .alert-error{background-color:#fdf2f2;border-color:#e8b3b3;color:#b94a48}.dw-question .alert-danger h4,.dw-question .alert-error h4{color:#b94a48}.dw-question .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}.dw-question .alert-info h4{color:#3a87ad}.dw-question .alert-block{padding-top:14px;padding-bottom:14px}.dw-question .alert-block>p,.dw-question .alert-block>ul{margin-bottom:0}.dw-question .alert-block p+p{margin-top:5px}.dw-question .wp-editor-container,.dw-question .questions-list,.dw-question .filter-bar,#single-question>.hentry,.single-dwqa-question #answers .hentry{background:#fff}@media(max-width:767px){.dw-question>article .entry-header,.dw-question>article .entry-content{padding:0 0 10px 0!important}.dw-question .meta-bottom .sep,.dw-question .meta-bottom .question-vote{display:none}.dw-question .comment-action{display:none!important}}@media(min-width:768px) and (max-width:992px){.dw-question .tags-list{margin-top:40px}}@media(max-width:480px){.dw-question .hentry{padding:0 15px 15px 0!important}.dw-question #answers .hentry{margin-left:0!important}.dw-question .filter-by-category{position:relative;right:0}.dw-question footer.entry-meta{position:static;overflow:hidden;padding:5px 0 0 70px!important}.dw-question footer.entry-meta>div{width:auto;height:auto;border:0;margin:0 10px 0 0}.dw-question footer.entry-meta strong{display:inline}.dw-question .filter-bar>.order{padding:40px 0 0 0;display:none}.dw-question .questions-wrap .filter-bar .btn{width:100%;position:relative;z-index:1;right:auto}.dw-question .filter.sort-by{height:auto}.dw-question .filter .status{margin:10px 0 0 0;padding-right:0;text-align:center}.dw-question .filter .filter-by-category.select{float:none;margin:0;width:100%;left:auto;top:0}.dw-question .filter .filter-by-category.select .current-select{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dw-question .filter .order{display:none}.dw-question .entry-header{padding-top:20px!important}.dw-question .entry-header .entry-status{top:22px}.dw-question .pagination{float:none;display:inline-block}.dw-question .pagination ul{float:none}#submit-question .question-meta .select-category,#submit-question .question-meta .input-tag,#submit-question .question-register .register-input,#submit-question .question-login .login-input{width:100%;float:none}#submit-question .question-meta .select-category,#submit-question .question-register .register-input{margin-bottom:20px}.dw-question .questions-wrap .filter-bar .btn{top:0!important}.dw-question .questions-wrap .archive-question-footer{text-align:center}.dw-question .questions-wrap .archive-question-footer .btn{float:none;margin-top:10px}}@media(max-width:320px){.dw-question .meta-bottom{margin-top:30px}}[class*="dwqa-question"] .entry-content .edit-link a:before,[class*="dwqa-question"] .entry-meta .edit-link a:before,[class*="dwqa-question"] .comment-edit-link:before{content:""}[class*="dwqa-question"] .comments-area{padding:0!important}[class*="dwqa-question"] .dw-question #loginform .login-submit input{padding:5px 6px}[class*="dwqa-question"] .dw-question #loginform .login-password{margin-left:10px}.dwqa-single-question .dwqa-comment-author .avatar{left:10px;width:50px;}```
kausajr
replied 9 years ago

Sorry. I added an answer instead of posting a comment.

kausajr
replied 9 years ago

Any help would greatly appreciated. The link to my site is here: http://goo.gl/3SE2Nr

dominic Staff
replied 9 years ago

You can try to add the following code to the style.css file

.dwqa-single-question .dwqa-comment-author .avatar {
    left: 13px;
    width: 50px;
}

If you still face there issue, you can send me username & password of your site (via private answer) I will help you resolve it.
Hope this helps !

idaebak
replied 9 years ago

Thanks!

Powered by DW Question & Answer Pro