You can reverse the sidebar menu and the content in the mobile view by adding the code below to Customize > Additional CSS:
@media (max-width: 992px) { body.responsive-layout aside.left { order: 2 !important; } }
Please check this article: How to add custom CSS / PHP code or modify the theme code