Skip to content

Project settings are hidden on small screens

(Issue exists only in the newer layouts)

At 991 px the following media query activates:

.layout-nav .controls {
    display: none;
}

Because of that, you cannot open the menu on mobile devices, rendering almost any project functionality inert.

Getting to the pages with the url works (of cource)

Screen_Shot_2016-06-26_at_13.21.18

Final Design:

final