Last active
January 4, 2016 19:49
-
-
Save jrthib/8669718 to your computer and use it in GitHub Desktop.
UConn WP Banner example for fixed navigation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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