禁用用户的桌面可视化

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 个赞

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 个赞

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

2 个赞