Bootstrap Menu Bar Templates
This section contains HTML Markup to create fixed navbar & navigation layout. This markup define where to add css classes to make fixed navbar, navigation and static footer.
Free Menu Bar Templates
Today’s free web design resource is a pack of four Bootstrap navbar menu templates. They are very simple and come with a logo section on the left and a links / buttons section on the right. The templates come with different designs and animations, and are based on the default Bootstrap’s navbar component.
Bootstrap Left Menu
Line no 7: Contain the.navbar-fixed-top class for adjusting navbar fixed on top. Line no 12: Contain the.menu-fixed class for adjusting main navigation on left side. Robust has a ready to use starter kit, you can use this layout directly by using the
Block Variable Datatype Value Description navbarConfig navbarPosition string 'navbar-fixed-top' navbarConfig block has a navbarPosition variable, it contains navbar position specific classes in that you need to set 'navbar-fixed-top' verticalMenuConfig menuType string 'menu-fixed' verticalMenuConfig block has a menuType variable, it contains vertical layout navigation type specific classes in that you need to set 'menu-fixed' for fixed vertical navigation. HorizontalMenuConfig menuType string 'navbar-fixed' horizontalMenuConfig block has a menuType variable, it contains horizontal layout navigation type specific classes in that you need to set 'menu-fixed' for fixed horizontal navigation.