Hi Jeremy,
I have updated the footer details as per your advice, but there appears to be no change in the spacing. I implemented this on my dev site https://spiritmindbody.info/
Below is what the last part of my footer.
Any luck on the email share issues with chrome and firefox?
Cheers
Ryan
<?php echo do_shortcode(stripslashes(get_mystique_option(‘footer_content’))); ?>
<!–[if lte IE 6]> <script type=”text/javascript”> isIE6 = true; isIE = true; </script> <![endif]–>
<!–[if gte IE 7]> <script type=”text/javascript”> isIE = true; </script> <![endif]–>
</div>
</div>
</div>
<!– /footer –>
</div>
</div>
<!– /shadow –>
<?php if($jquery): ?>
<!– page controls –>
<div id=”pageControls”></div>
<!– /page controls –>
<?php endif; ?>
<!– <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. –>
</div>
<?php wp_footer(); ?>
</body>
</html>