[ad_1]
Hi @mmk175,
You can use CSS media queries to hide the sidebar on mobile devices. Please add the following code to your site (Apparnace > Customize > Additional CSS):
@media only screen and (max-width: 768px) {
.widget-area {
display: none !important;
}
}If you’d like to make the widget into your mobile menu, you would need a custom code or a plugin. There are plugins available that can help you convert your widget into a slide-out menu on mobile.
You can also seek help from the following:
I wish I could help more, but hopefully, this gets you going in the right direction to get the job done.
