Lego2012
2/1/2017 - 7:34 PM

Sticky the Top Bar in the Beaver Builder Theme

Sticky the Top Bar in the Beaver Builder Theme

/* 
Sticky the Top Bar in the Beaver Builder Theme ONLY for medium devices and large devices 
- Change the 992px breakpoint to whatever you like 
*/

@media only screen and (min-width: 992px) {  
  /* Change the 35px value below to the heigt of your Top Bar */
  .fl-page-bar { position: fixed; width: 100%; z-index: 10; } 
  .fl-page-header-fixed { margin-top: 35px;} 
  .fl-page-header-primary { padding-top: 35px; }
}