HTML: Masthead

The "masthead" is the uppermost section of a Luxize page layout, containing key elements such as the website's logo, navigation menu, or a search bar. It serves as a visual anchor and often establishes the brand's identity, providing users with easy access to essential links and functions right from the top of the page.

Basic masthead html code are look like this

<div class="masthead">
  
  <!-- Off Canvas (optional)  -->
  
  <!-- Focusform (optional)  -->

  <!-- Navbar Top Goes Here (optional)  -->
  
  <!-- Navbar Goes Here  -->
  
  <!-- Sections (optional)  -->

</header>

Aside from Navbar we can also add OffCanvas, Nabar Top, Focus Form, and Sections inside masthead.

See Sticky to make masthead stick to top,

Shopping Cart