Felipe Dlj
asked 7 years ago

Hi, I have just bought DW Q&A PRO plugin and I am having someproblems:
 

  1. The http://akivai.com.br/dwqa-questions/ you can see that there is no space with the margin and it is not appearing all information. Iam using boss theme.
  2. For mobile the page does not appear number of vies, answer and votes
3 Answers
DominicStaff
answered 7 years ago

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

.list-dwqa-question .site-content {
   padding: 40px;
}

2/ You can use the following code: 


@media (max-width: 768px) {
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
top: 85%;
margin-top: -20px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats {
display: block;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats span {
font-size: 10px;
height: 30px;
}
.dwqa-questions-list .dwqa-question-item .dwqa-question-stats strong {
font-size: 10px;
line-height: 1.5;
}
}
Felipe Dlj
answered 7 years ago

Hi, the issue 1 was solved by .entry-title {
margin-left: 40px;
 
Issue 2 was not solved. The information of the question like how many views, answer and votes are not showed on mobile.
 
 
 

DominicStaff
answered 7 years ago

I have checked on our demo and it works fine. In your case, please send me username & password of your site, I will check and help you resolve it as soon as possible. 

Powered by DW Question & Answer Pro