How do I stop a widget from displaying on mobile site?

  • Add a class .hide with property display: none; – specify only for mobile viewports, not in desktop styles
  • assign the class to your widget or to the entire sidebar, as needed