Skip to content

Instantly share code, notes, and snippets.

@prestonw
Last active June 4, 2021 14:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prestonw/796303a784f494ce05cf805e95df510c to your computer and use it in GitHub Desktop.
Save prestonw/796303a784f494ce05cf805e95df510c to your computer and use it in GitHub Desktop.
Beaver Themer : Sticky Header on Mobile #willwp #bbforum
@media (max-width:1150px) {
.fl-builder-content-300[data-type="part"]{
z-index: 999;
min-width: 100%;
width: 100%;
position: -webkit-sticky;
position: sticky;
top: 0;
}
.admin-bar .fl-builder-content-300[data-type="part"]{
top: 32px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment