Skip to content

Instantly share code, notes, and snippets.

@joelstransky
Created April 17, 2018 21:42
Show Gist options
  • Save joelstransky/5283fac41eff5d579c5938d0afcfefc8 to your computer and use it in GitHub Desktop.
Save joelstransky/5283fac41eff5d579c5938d0afcfefc8 to your computer and use it in GitHub Desktop.
affix the title input in the wordpress admin
// affix the title input in the wordpress admin
#titlediv {
position: fixed;
width: calc( 100% - 180px);
z-index: 1010;
top: 32px;
background: white;
padding: 10px;
margin-left: -20px;
border: 1px solid black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment