On line 28 of header.php change the class of the navbar css as follows:
Replace the class navbar-relative-top with navbar-fixed-top. Therefore, line 28 becomes
<div class="navbar navbar-inverse navbar-fixed-top">
Related Posts:
- adding some custom html code to the wp_nav_menu function
- Multi Level Bootstrap Navigation Menu in WordPress
- How do I add the data-toggle=”modal” data-target=”#myModal” attribures to a WP Nav bar?
- Bootstrap drop down menu with wp_nav_menu
- wordpress nav menu using twitter bootstrap
- HTML Bootstrap navigation menu to WordPress menu using wp_nav_menu
- Output the aria-labelledby parameter for a nav menu child
- Add Bootstrap dropdown class to a nav menu
- Nav walker, bootstrap: Display 3rd level items under 2nd level
- Make compatible custom menu widget for Twitter Bootstrap
- Loop through Navbar, Output Icons
- How can I remove data-target=”#” from bootstrap dropdown menu?
- Make menu bootstrap compatible
- Main Menu and Sub Menu Items for Footer
- How to add class to and childs of sidebar widget – WordPress
- How to have two menus using Bootstrap nav walker?
- Side Menu Icon Expandable
- WordPress Walker – Group two items?
- WordPress + Bootstrap [closed]
- wp_nav_menu not displaying the right way
- Bootstrap button menu on wordpress
- wp_get_archives doesn’t take effect from css or html
- Make two bootstrap menus collapse into one dropdown
- WP nav menu + Bootstrap, add role=”menu” to UL
- Responsive menu on genesis theme [closed]
- Bootstrap menu – make menu entries with submenu not clickable
- Bootstrap Menu bar shows up a toggle in Desktop Mode
- WordPress + Bootstrap: Replace primary navigation menu on mobile?
- Stuck while adding bootstrap navwalker class
- How to use Bootstrap Navbar in wordpress Nav Menu
- Navbar is hidden behind carousel when using wp-boostrap-navwalker
- How to create a mobile menu full screen overlay using Understraps Bootstrap 4 theme
- Bootstrap Nav Walker Sub Menu Image
- Change menu for mobile
- How to change navwalker’s dropdown mark-up?
- Bootstrap navbar responsiveness on WordPress theme menu not working
- My WordPress menu based on Twitter bootstrap creates menu-item and not page-item
- Broken drop down menu using Bootstrap and navwalker class
- nav tag wrapping around dropdown
- Convert a custom bootsrap based menu to wordpress nav walker
- WordPress nav Walker – Bootstrap 5.2.3 – submenu not opening
- Nav walker bootstrap: Display 3rd level and 4th level in dropdown menu
- Add a custom walker to a menu created in a widget
- How to get current-menu-item title as variable?
- Filter wp_nav_menu()
- Does WP REST API have a built in route for calling menu?
- wp_nav_menu remove class and id from li
- fall back for main menu?
- How can I create an auto-populated menu that is automatically assigned to a location?
- How can I add (custom) modules to Appearance -> Menus?
- Use navigation path from menu for permalink
- How to add ul class on nav
- add span class inside wp_nav_menu link anchor tag
- Show only 2nd level of navigation depending on active navigation
- How can I remove a menu item programmatically?
- Using string instead of object class instantiation on the walker argument breaks wp_nav_menu
- How can I show different menu for different pages?
- Menu is invisible in admin panel but it’s visible in front-end [closed]
- When add wordpress page in menu it converted in to custom link
- How to create a custom menu item
- How can I add a sub menu to an existing navigation menu in WordPress?
- How to specify or extend the CSS-class of a menu item?
- Adding different classes to anchor in navigation menu
- Main menu – get rid of titles?
- Arrow down in menu not displaying
- How to gain access to each menu item in wordpress?
- How to change Twenty Seventeen theme’s navigation bar location?
- Second nav is merged with the first in mobile
- Indirect modification of overloaded property WP_Post::$classes has no effect
- Import menu tree to custom menu from csv or xml, many nested menu points
- Create Dropdown menu Using wp_nav_menu() function
- Update Nav Menu Items Programmatically
- How to add a CSS class to the tooltip on a navigation menu?
- Programmatically create and place a nav menu in a theme location?
- Top Menu showing as Plain text before page load [closed]
- Add a class to the body tag when a menu is enabled
- how to change the output of wp_nav_menu using css classes
- Manage custom menu for an Editor?
- How to get the name of the parent menu if the current page is an archive page in a custom menu
- Add Button to Bottom of Mobile Menu
- how to remove the top navigation bar or header top on wordpress website?
- How do I check menu slug in WordPress?
- vertical menu bar
- Add class active to static menu
- Update body class based on menu
- How to add fixed position in menu class for Twenty Twelve theme?
- How do I separate link levels in a custom menu walker?
- Possible Menu Hack?
- Show Home Link In wp_nav_menu but only on primary menu
- How to set my main menu items
- Allow users with Editor role to edit menus (without a plugin)
- Add custom links like functionality
- I need my dropdown sub-sub-menu box to show sub-menu title above
- How to use buttons elements for tgetWordPress menu items?
- Sorting child item of navigation menu using code in wordpress
- I want to hide the navigation menu on a particular page
- automatically append menu parent as first item in submenu with nav_walker
- Difference between walker class and basic php
- Change hyphen/dash for vertical line in menu [closed]
- Adding an admin menu page showing the link twice – how to solve this?