Site logo

Archived topic

Hide Off canvas panel on tablet

5 replies · Started by Rohith on June 25, 2021

Viewing posts 1–6 of 6

I have turned on off canvas menu on PC only but it is also displaying on tablet

Isn't it possible to hide the icon on Tablet mode with some css?

Ahh I see what you mean.

Try this CSS:

@media (min-width: 769px) and (max-width: 1024px) {
    .menu-bar-item.slideout-toggle {
        display: none;
    }
}

You can fine-tune the breakpoint as you see fit.

It worked, thanks. And there's some issue with secondary navigation in mobile. The first four items are not displaying in mobile view. Can you please help in fixing that?

Can you open a new topic for the separate issue if you haven't already?

I'll mark this one as resolved.

Thanks!

This archived topic is closed to new replies.