Footer at bottom of page
-
Hello all, I am really struggling with this. I need to have my footer at the bottom of the page, even if there is no content. I managed to get it that way, but it wasn’t below the content, it was over it (if you know what I mean).
Now I have it so it appears at the bottom of the page, but only because the content makes it that way.
This is the site https://www.axiski.com/main
This is what I mean by the footer not being at the bottom with no content: https://axiski.com/main/videos/
This is the code that makes what I have currently
/* =Footer ----------------------------------------------- */ #colophon { clear: both; background: #446178; position:relative; bottom:0; z-index:999999; width: 100%; } .wrap { clear: both; position:absolute; margin:0 auto; width:100%; min-height:100%; }
This is my footer code showing the wrap div
<footer id="colophon" role="contentinfo"><div class="wrap"> <?php /* A sidebar in the footer? Yep. You can can customize * your footer with three columns of widgets. */ if ( ! is_404() ) get_sidebar( 'footer' ); ?> <div id="site-generator"> <?php do_action( 'twentyeleven_credits' ); ?> <center><?php echo ctsocial_icons_template(); ?></center><br/> <a href="https://axiski.com/main/company-info/retail/">Axiski For Retailers</a> / <a href="https://axiski.com/main/get-in-touch/">Contact Us</a> / <a href="https://axiski.com/main/buy-axiski/">Buy Axiski</a> / <a href="https://axiski.com/main/company-info/privacy-policy/">Privacy</a> / <a href="https://axiski.com/main/company-info/terms-conditions/">Terms</a><br/> <img src="https://www.axiski.com/main/images/smallline.png"><br /> ? Copyright 2010 - 2012 Axiski ? Ltd. All Rights Reserved. Registered in England, No. 7480087. </div></div> </footer><!-- #colophon -->
Hope you can help.
Thanks.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Footer at bottom of page’ is closed to new replies.