Skip to content

Instantly share code, notes, and snippets.

@jrthib
Last active January 4, 2016 19:49
Show Gist options
  • Save jrthib/8669718 to your computer and use it in GitHub Desktop.
Save jrthib/8669718 to your computer and use it in GitHub Desktop.
UConn WP Banner example for fixed navigation.
<body>
<div class="l-canvas type_wide col_cont headerpos_fixed">
<div class="l-canvas-h">
<div class="l-header type_fixed">
<?php do_action('uconn_banner'); ?>
</div>
</div>
<div class="l-header-h">
<!— everything else for the header —>
</div>
</div>
</div>
... etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment