floating menu

4.55K viewsThemes
0

rahul,

How to make a floating menu like your

rahul,,

please, need your response

0

Add this in AskBug child theme style.css:

.body {
    padding-top: padding-top: 70px;
}
.site-nav {
    position: fixed !important;
}
1

Just add this class to your wordpress menu:

navbar-fixed-top

zoker,

where should i add this code ? theme editor or Css file?, but i don’t find menu.php.
can you explain to me more detail?

Do you use the askbug theme?