Hide left ribbon on mobile

What I’m trying to do

Hide left ribbon on mobile

Things I have tried

.workspace-ribbon {display:none;} (or width:0, etc) works on desktop, but not on mobile.

Possibly…

.side-dock-ribbon {
    display: none;
}

Angel

1 Like

Thanks! Getting there! It’s now hidden, but the file list is still not aligned to the left. Any idea how to fix that? (I’ve tried .side-dock-ribbon {width:0})

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.