Hello,
You need to hide your column with slider on mobile http://prnt.sc/e9itaq, also add this code in Custom css for home page http://prnt.sc/e9iu5u:
@media only screen and (max-width: 480px) {
.page-content {
margin-top: 0;
}
}
I’ve added custom class http://prnt.sc/e9iv1w, please add this code in Global Custom CSS:
@media only screen and (max-width: 480px) {
.footer-navigation {
text-align: center;
}
}
Regards,
Rose Tyler.