> For the complete documentation index, see [llms.txt](https://lorvent.gitbook.io/clear/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lorvent.gitbook.io/clear/start-new-page/moveable-header.md).

# Moveable Header

The design for Menubar Fold is shown below:

![](https://1275878305-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4TuOJhvqUp0E7nX4ru%2F-M4TuQ3skilUUFDlqqah%2F-M4TuTFS4bRJlFrITt8G%2Fclear22.png?generation=1586435323869818\&alt=media)

It has the following structure:

```
<body class="skin-default movable-header">
<div class="preloader">
          ...
          ...
 </div>
 <header class="header header_movable">
     <nav class="navbar navbar-static-top" role="navigation">
       ...
     </nav>
 </header>
 <div class="wrapper row-offcanvas row-offcanvas-left">
   ...
 </div>
 </body>
```
