• Hi,
    I am using kasa-blue theme and I would like to disable the sidebar just for mobile devices, I have tried:
    @media screen and (max-width: 800px) {
    #sidebar {
    display: none;
    }
    }
    in the sidebar.php section.

    Can someone please help.

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator Marius L. J.

    (@clorith)

    Hi,

    What you are showing here is CSS styling, it should go in your .css file not in the sidebar.php file 🙂

Viewing 1 replies (of 1 total)

The topic ‘Remove sidebar for mobile devices’ is closed to new replies.