Disable desktop visualization for users

Is there possible? That the users cannot have this option?

Thx

What do you mean by “desktop visualization”?

I think she meant the Desktop View option that’s in the hamburger menu.

1 Like

Yes, desktop view. How can I disable?

The fastest would be this CSS:

.menu-panel li a.widget-link.mobile-toggle-link {
    display: none;
}
3 Likes

Do you mean on mobile? Are users accidentally getting into desktop view on mobile somehow?

2 Likes