I did some adjustment to make the sidebar fit.
authorIan Weller <ian@gaslightmedia.com>
Wed, 19 Oct 2016 18:40:06 +0000 (14:40 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 19 Oct 2016 18:40:06 +0000 (14:40 -0400)
I went into the sidebar and changed its grid class so it will fit.

sidebar.php

index 7629f82..6cb4ab2 100644 (file)
@@ -1,11 +1,8 @@
-                        <div id="side-links" class="show-for-large-up left medium-4 columns">
+                        <div id="side-links" class="show-for-large-up left large-2 columns">
                             <div id="menu-side" class="row collapse">
                                 <?php if (is_in_tree(get_option("glm_members_database_option_members_only_id"))) { ?>
                                     <h2> Partners Only Area </h2>
                                 <?php } ?>
                                 <?php glm_side_menu(); ?>
                             </div>
-                            <a href="<?php echo get_permalink(3323); ?>"><img src="<?php bloginfo('template_url');?>/assets/request-guides.jpg"></a>
-                            <a href="<?php echo get_permalink(3309); ?>"><img src="<?php bloginfo('template_url');?>/assets/269-cool-things.jpg"></a>
-                            <a href="<?php echo get_permalink(3327); ?>"><img src="<?php bloginfo('template_url');?>/assets/email-signup.jpg"></a>
                         </div>
\ No newline at end of file