I read a post from a year ago addressing this issue, however the solution of adding the code to my css did not work. I may need different code, can you please check our site to see what css needs to be applied?
Thank you.
I read a post from a year ago addressing this issue, however the solution of adding the code to my css did not work. I may need different code, can you please check our site to see what css needs to be applied?
Thank you.
Hello @franklozano
Thanks for writing to us.
To remove the Menu Widget from the sidebar in the mobile device you need to add this custom CSS code under X/Pro—>Theme Option—>CSS
@media(max-width:480px){
.x-bar-widget-area .widget.widget_nav_menu {
display: none;
}
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.