Side Bar Widget + Mobile Friendly

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer