A better way of doing it would be hiding the ask box on the mobile device and show the ask button as it also has a search option in it.
To do this go to your qa-style.css and find this line(line no.3202):
@media (max-width: 979px) {
and add this code:
.qa-ask-box {
display: none;
}
And you are done. Save the file and test your website.