تعطيل تصور سطح المكتب للمستخدمين

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)