Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Last active November 5, 2015 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/64c1eee8fffdef2ad95c to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/64c1eee8fffdef2ad95c to your computer and use it in GitHub Desktop.
Markup structure of the footer widgets for HTML5 and XHTML respectively
<div class="footer-widgets">
<h2 class="genesis-sidebar-title screen-reader-text">Footer</h2>
<div class="wrap">
<div class="footer-widgets-1 widget-area">
<section class="widget">
<div class="widget-wrap">
<h4 class="widget-title widgettitle"><!-- widget title --></h4>
<!-- widget -->
</div>
</section>
</div>
<div class="footer-widgets-2 widget-area">
<section class="widget">
<div class="widget-wrap">
<h4 class="widget-title widgettitle"><!-- widget title --></h4>
<!-- widget -->
</div>
</section>
</div>
</div>
</div>
<div id="footer-widgets" class="footer-widgets">
<div class="wrap">
<div class="footer-widgets-1 widget-area">
<div class="widget">
<div class="widget-wrap">
<h4 class="widget-title widgettitle"><!-- widget title --></h4>
<!-- widget -->
</div>
</div>
</div>
<div class="footer-widgets-2 widget-area">
<div class="widget">
<div class="widget-wrap">
<h4 class="widget-title widgettitle"><!-- widget title --></h4>
<!-- widget -->
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment