Created
July 30, 2013 19:48
-
-
Save michaelcarwile/6116274 to your computer and use it in GitHub Desktop.
Genesis clear header floats.
This file contains 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
<?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