Hi kingman
Back to top button has settings in this file /templates/ja_company/tpls/blocks/footer.php specifically it has this code:
<div id="back-to-top" data-spy="affix" data-offset-top="200" class="back-to-top hidden-xs hidden-sm affix-top">
change it to :
<div id="back-to-top" data-spy="affix" data-offset-top="200" class="back-to-top affix-top">
and then it will be showed also in other screens.
Regards