Boxed and Moveable Header

The design for Boxed and Moveable Header is shown below:

It has the following structure:

<body class="skin-default boxed 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>

Last updated