Hi,
You can add this on your custom.css
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.responsive #top #main .sidebar {display:block; }
}
The sidebar will be place at the bottom before the footer.
Regards,
Ismael