Hello
This option is not readily available however it can be quickly achieved by adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 767px) {
#main {
display: flex;
flex-direction: column;
}
.sidecol_a, .sidecol_b {
order: 1;
}
}
To hide certain modules on mobile devices may I suggest the following article...
http://www.joomla51.com/tutorials/item/hide-a-joomla-module-on-mobile-devices
Ciarán