J
jmelmoreFeb 23, 2020
Is it possible to make the top-bar menu multi-level? I have tried a few variations of:
<li><a href="login-register.html">MORE</a>
<div class="top-link-section">
<div class="top-links"><ul><li><a href="faqs.html">FAQs</a></li></ul></div>
</div>
</li>but just get a blank white block.
