Skip to content

Instantly share code, notes, and snippets.

@michaelcarwile
Created July 30, 2013 19:48
Show Gist options
  • Save michaelcarwile/6116274 to your computer and use it in GitHub Desktop.
Save michaelcarwile/6116274 to your computer and use it in GitHub Desktop.
Genesis clear header floats.
<?php
// do not copy/include php tag
// clear header floats
function clear_header_floats() { ?>
<div class="clear"></div>
<?php }
add_action('genesis_after_header', 'clear_header_floats');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment