I forgot to make the change with the footer earlier. I just made the
change now.
<?php endif;?>
<div class="row">
<?php get_template_part('parts/client-info-footer');?>
- <div id="foot-buttons" class="small-12 small-centered columns text-center">
+ <div id="foot-buttons" class="small-12 small-centered medium-uncentered medium-7 columns text-center">
<a href="#"><img alt="Michigan State University College of Agriculture and Natural Resources" src="<?php echo esc_url( get_template_directory_uri() );?>/assets/MSU Ag Logo.png"></a>
</div>
</div>
-<div id="footer_address" class="small-centered small-12 text-center columns">
+<div id="footer_address" class="small-centered small-12 medium-uncentered medium-5 text-center columns">
<?php if (function_exists('glm_get_clientinfo_option')) :?>
<h2><?php echo glm_get_clientinfo_option('businessName');?></h2>
<?php if (glm_get_clientinfo_option('address')):?>