allan1994
asked 7 years ago

 Hi, 
The up and down voting isn’t visible on mobile when the screen is upright.  The up and down voting works fine on wide view.  It would be great if the up and down arrows can appear perhaps on the long view as well.  Is it possible? Thanks

1 Answers
DominicStaff
answered 7 years ago

At the moment, we have hided this section on the mobile. If you want to show the vote button on the mobile, you can add the following code to the style.css file:

@media (max-width: 480px) {
.single-dwqa-question .dwqa-question-item .dwqa-question-vote, .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
 display: block;
 }
.dwqa-pick-best-answer {
 top: 70px;
}
.dwqa-answer-vote {
 top: 10px;
}
.dwqa-answer-item .dwqa-answer-meta {
 margin-bottom: 70px;
 text-align: right;
}
}
allan1994
replied 7 years ago

Thanks, I added it into my theme but it is still not showing up on the upright version on mobile. it works on the wide like when I hold my phone horizontally, but when I hold my phone vertically still isn’t showing it

Dominic Staff
replied 7 years ago

Please send me username & password of your site for further checking.

allan1994
replied 7 years ago

How can I send it privately?

Dominic Staff
replied 7 years ago

See the screenshot: http://prntscr.com/g0uf06

Powered by DW Question & Answer Pro