Viewing 1 replies (of 1 total)
  • Hi Dumbaraj,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    @media screen and (max-width: 685px) {
      #sidebar {
      display: block !important;
      width: 100%;
    }
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar Widget Doesn’t Show on Mobile’ is closed to new replies.