@janellapplegate: You seem to have added some additional css because of which the sidebar widgets are disappearing in mobile view.
Go to => Appearance => Customize => Additional CSS and remove the following CSS Code from there.
@media screen and (max-width: 960px) { #main #secondary { display: none; } }
Let me know if this solves your issue.
Regards,
Skandha