Is there possible? That the users cannot have this option?
Thx
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.
Yes, desktop view. How can I disable?
The fastest would be this CSS:
.menu-panel li a.widget-link.mobile-toggle-link {
display: none;
}
Do you mean on mobile? Are users accidentally getting into desktop view on mobile somehow?