Short answer:
Go to SnowFlat > qa-theme.php
Comment out or remove line 290:
// $this->output($this->ask_button());
Open SnowFlat > qa-styles.css
Paste this code at the end of the file:
@media (max-width: 980px) {
.qam-search.the-top {
display: block !important;
}
}
Force browser refresh ( Ctrl+F5 / Cmd+Shift+R on Mac).