Static layout is useful for those users who wants less scroll when using theme.
js option
To use Compact Menu for your project add themelayout: 'horizontal', FixedNavbarPosition: false, FixedHeaderPosition: false, class in js.
HTML Markup

Use the following code to use Horizontal Static Layout in horizontal.

Usage:
Markup
$( document ).ready(function() {
        $( "#pcoded" ).pcodedmenu({
        themelayout: 'horizontal',
        FixedNavbarPosition: false,
        FixedHeaderPosition: false,
    });
});
  • Mash Able CUSTOMIZER

  • Page Layout

  • Navbar Placement

  • SideBar Effect

  • Border Style

  • DropDown Icon

  • Submenu Item Icon