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

# Boxed and Fixed Header

It has the following design:

![](/files/-M4TuSzzgE_K9doF6TiW)

It has the following Structure:

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