Hi Roman thank you for your help so far.
I tried adding that code to the custom CSS but the widget bar still disappears when the screen width gets smaller than 991 pixels.
i also tried adding the following code
@media screen and (max-width: 991px) {
.widget-area {
display: inline-block !important;
}
}
I have also tried it with “only” in the top line so it resembles the media queries in the themes style sheet and i have tried it with and without the “!important” tag