Hi Martin,
To show the top bar in mobile devices or tablets you have to add this below custom css to Customizing ▸ General
Additional CSS:
@media screen and (max-width: 992px){
#top-bar #top-bar-wrap {
display: block!important;
}}
It will show up the bar. Thanks!
Regards