header-html5.php has bug
line:67
header element close tag position
1 2 3 4 |
<?php raindrops_after_nav_menu();?> </header> <?php }//raindrops_warehouse( 'raindrops_show_menu_primary' ) ?> <div id="bd" class="clearfix"> |
Please change below.
1 2 3 4 |
<?php raindrops_after_nav_menu();?> <?php }//raindrops_warehouse( 'raindrops_show_menu_primary' ) ?> </header> <div id="bd" class="clearfix"> |
This bug will be fixed next versions Raindrops.