Hello,
There is no setting for this, the theme hides them by default. But more people have asked so we'll add it in the next update.
Use this until then:
@media only screen and (max-width: 991px) {
.footer-widget-area {
display: block;
}
}