Multiple Links Without List
Purpose
This structure is not supported. A heading followed by a multiple links, either on their own, in paragraphs, or in smaller headings. Only the first link will be clickable in the menu panel.
Code
<footer role="contentinfo" id="wb-info" class="visible-sm visible-md visible-lg wb-navcurr">
<div class="container">
<nav role="navigation" class="row">
<h2>Example Footer</h2>
<section class="col-sm-4">
<h3>Heading 1</h3>
<p><a href="#">Link 1.1</a></p>
<p><a href="#">Link 1.2</a></p>
</section>
<section class="col-sm-4">
<h3>Heading 2</h3>
<p><a href="#">Link 2.1</a></p>
<p><a href="#">Link 2.2</a></p>
</section>
<section class="col-sm-4">
<h3>Heading 3</h3>
<p><a href="#">Link 3.1</a></p>
<p><a href="#">Link 3.2</a></p>
</section>
</nav>
</div>
</footer>
- Date modified: