nikelas
asked 7 years ago

Hey,
the answer count in question content is not shown in mobile version. Is this for reason of not having enough space? And is there a way that it shows up on mobile devices?
 
Regards,

4 Answers
nikelas
answered 7 years ago

Any suggestion?

nikelas
answered 7 years ago

Still someone out there?,)

DominicStaff
answered 7 years ago

Please accept my apology for the delay in getting back to you. If you want to show this section on the mobile, you can add the following code to the style.css file: 
@media (max-width: 768px) {
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
display: block;
margin-top: 30px;
}
.dwqa-questions-list .dwqa-question-item {
padding-bottom: 60px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
border: none;
margin-left: 40px;
color: #999;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats strong {
display: inline-block;
color: #000;
font-weight: bold;
}
}

nikelas
answered 7 years ago

Hi,
 
thank you for the code, it works!

Dominic Staff
replied 7 years ago

Please let me know If you have any question. I will check and help you resolve it.

Powered by DW Question & Answer Pro