In this case, please also add this code to your theme’s custom CSS:
@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper.page-width:nth-child(1) {
flex: 5;
}
.footer__content-bottom-wrapper.page-width:nth-child(2) {
flex: 1;
}
.footer__content-bottom {
display: flex;
flex-direction: row-reverse;
}
.footer__copyright {
margin-top: 3.5rem !important;
}
}