I added a ul list that act as a login in the footer to the off canvas
area. Protocall states I need to put it all there when I get to small
view.
<aside class="left-off-canvas-menu hide-for-large-up opensearchserver.ignore">
<?php glm_theme_mobile_off_canvas(); ?>
<?php get_template_part('parts/search-form');?>
+ <ul>
+ <li><a href="#">Board/Committees Login</a></li>
+ <li><a href="#">Fund Holder Login</a></li>
+ </ul>
<ul class="offcavas-social-list">
<li class="facebook"><a href="#" target="_blank"></a></li>
</ul>