Hello @reegs83
Hope all is well!
The sidebar does not show for mobile devices because the theme that is active on your site hides it. There is this CSS code added in your theme that hides the sidebar:
@media (max-width: 800px) {
.sidebar {
display: none;
}
Please add the following CSS code to Additional CSS filed from Appearance > Customizer to show the sidebar;
@media (max-width: 800px) {
.sidebar {
display: inline;
}
}
Hope this helps!
Kind regards,
Nastia
Hello @reegs83,
we haven’t heard back from you for a long time, so I’m marking this thread as resolved. Feel free to post back here, if more assistance is required and we can re-open it. 🙂
Warm regards,
Dimitris