Hello, Marit!
Try to insert the following code into Customizing->General->Additional CSS:
/*Top menu visibility fix */
@media screen and (max-width: 992px){
#top-bar-wrap{
display: block!important;
}
}
Depending on the settings of your site, some additional corrections may be needed. In that case, I will need an address to your site.
Regards