@amandac1: Studio theme is different. We will be fixing it in next version update and also we will be adding more features like Custom CSS, Excerpt Options, Homepage/Frontpage Options, Layout Options, Pagination Options and Search Options.
For now, you can activate https://wordpress.org/plugins/catch-web-tools/ and then go to “Catch Web Tools => Custom CSS” and add the following css:
@media screen and (max-width: 700px) {
.footer-content {
width: 100%;
padding: 20px 0;
}
.footer-col {
width: 100%;
padding: 20px;
}
}