• Resolved stephenjlb

    (@stephenjlb)


    Hello! I love the theme! I just had a quick question on how/where to edit the CSS to remove the Global Sidebar when viewing on mobile. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Stephen,

    thanks for using MH Newsdesk lite and we’re happy that you like the theme.

    Are you sure that you completely want to remove the sidebar on mobile? The theme is fully responsive out of the box, that means the layout will automatically adapt depending on the device you are using – see theme demo.

    I was interested in this too.
    How to do so?

    You could work with media queries and then simply hide the sidebar with CSS, for example:

    @media only screen and (max-width: 767px) {
        .mh-sidebar { display: none; }
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Remove Sidebar On Mobile?’ is closed to new replies.