Footer.php not aligned properly
-
Hi,
I assume it’s footer.php, the page itself isn’t aligned at the bottom.
I’m not sure what I’ve done and would appreciate help, below is the current code for footer.php
<div id="footer-sidebar" class="secondary"> <div id="footer-sidebar1"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?> <?php endif; ?> </div> <div id="footer-sidebar2"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(3) ) : ?> <?php endif; ?> </div> <div id="footer-sidebar3"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(4) ) : ?> <?php endif; ?> </div>
[Please use the code buttons when posting code here]Thank you!
[Please do not create duplicate threads and DO use the code buttons when posting code in the forums – https://www.ads-software.com/support/topic/footerphp-help?replies=2 ]
- The topic ‘Footer.php not aligned properly’ is closed to new replies.