This is because the vote button has been hidden in mobile view by default for the theme. You can get vote button by removing following line from the stylesheet.
Open below file in code editor (do not use word or wordpad)
File device.php
Path: MaxControl/css/device.php
Before you move further, take backup of device.php
file
Find below code around line #535
.qa-vote-buttons{display: none;}
Delete above code and reload the page. Now you shuld be able to see vote buttions on mobile devices.