This issue you are having that has been fixed with version 1.14 itself. Please have a look this demo site.
There may be some cache issue or something else.. Please cross check once with cache and any custom modification if you have done.
Modified CSS qa-styles.css
Check below code around line #880
.qa-template-question .qa-q-view-main .qa-view-count{
background: #eee;
position:absolute;
right:0;
top:0;
float:none;
margin:0;
padding:0 0 2px;
width:auto;
height:auto;
color:#777;
border:none;
width: 20px;
height: 20px;
display: block;
border-radius: 20px;
border:1px solid #ccc;
}
.qa-template-question .qa-q-view-main .qa-view-count-data{
font-size:11px;
line-height:18px;
margin-top:1px;
display:inline;
color: #666;
}
.qa-template-question .qa-q-view-main .qa-view-count-pad{
font-size:8px;
line-height:8px;
letter-spacing:1px;
display: none;
}
.qa-widget-main .qa-q-item-main .qa-view-count{
display: none;
}