> 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/fixed-header-and-menu.md).

# Fixed Header and Menu

It has the following design:

![](/files/-M4TuSZkNAuGjF9JhfWe)

It has the following design :

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