Skip to content

Instantly share code, notes, and snippets.

@gjroelofs
Last active October 31, 2019 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjroelofs/4bc779f3b74d6639eeb5774f4e37c7dc to your computer and use it in GitHub Desktop.
Save gjroelofs/4bc779f3b74d6639eeb5774f4e37c7dc to your computer and use it in GitHub Desktop.
Coda move header menu to the bottom
/*************** Move header to the bottom **************/
$(document).arrive(".title_bar--root--KjDBqrRl", function() {
$(this).appendTo($(this).parent());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment