Title: footer alignment problem
Last modified: August 19, 2016

---

# footer alignment problem

 *  840607
 * [17 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/)
 * sample page: [http://fehmi.ozuseven.com/a16/2008/08/03/unsleeping/](http://fehmi.ozuseven.com/a16/2008/08/03/unsleeping/)
 * Why my footer don’t align at the bottom?
 * my css
 * #footer (line 366)
    { padding-bottom: 0pt; height: 45px; width: 100%; clear: 
   both; background-color: white; position: relative; bottom: 0pt; }
 * but anytihng happen
 * when i try “position: absolute;” its works for just short pages
    but this time
   footer display on contents at long pages
 * i hope i explain that

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827546)
 * You have errors in your [code](http://validator.w3.org/check?uri=http%3A%2F%2Ffehmi.ozuseven.com%2Fa16%2F2008%2F08%2F03%2Funsleeping%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0)
   and [css](http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ffehmi.ozuseven.com%2Fa16%2Fwp-content%2Fthemes%2Fdefault%2Fstyle.css)
   that can affect proper display. Also, replace 0pt with 0 and get rid of:
 *     ```
       position: relative;
       bottom: 0pt;
       ```
   
 *  Thread Starter 840607
 * [17 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827562)
 * i tried but doesn’t work
 *  Thread Starter 840607
 * [17 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827688)
 * anyone help?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827771)
 * Don’t start new topic about the same question. It gets deleted!
 *  Thread Starter 840607
 * [17 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827792)
 * ok
 *  [johnjm](https://wordpress.org/support/users/johnjm/)
 * (@johnjm)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827810)
 * I have the same trouble with footer position on long post…
 *  [johnjm](https://wordpress.org/support/users/johnjm/)
 * (@johnjm)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827811)
 * its my template… but where….
 *  [bill_g](https://wordpress.org/support/users/bill_g/)
 * (@bill_g)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827885)
 * I’ve got the same problem, if you view my blog at [http://theisleofavalon.com](http://theisleofavalon.com)
   my footer text is all over the place I am going to try and copy the whole footer.
   php file in this message.
 * What I am trying to do is to get all the text to centre in the footer but nowhere
   can I find the place to add or alter the text alignment to centre from the mess
   it is now
 * Can anyone please help resolve this it is driving me slightly loopy 🙂
 * The full footer .php is copied below and my site address is [http://theisleofavalon.com](http://theisleofavalon.com)
 * Thank you!
 * <div class=”Footer”><div class=”Footer-inner”><div class=”Footer-text”>
    <p> 
   <?php global $default_footer_content; $footer_content = stripslashes(get_option(‘
   art_footer_content’)); if ($footer_content === false) $footer_content = $default_footer_content;
   echo $footer_content; ?> </p> </div></div> <div class=”Footer-background”> </
   div></div></div></div> <div class=”cleared”></div> <p class=”page-footer”> ” 
   title=”<?php bloginfo(‘The Wandering Glastofarian’); ?>”><?php bloginfo(‘The 
   Wandering Glastofarian’); ?> Seeking the Grail.</p> [Trademarks](https://wordpress.org/support/topic/footer-alignment-problem/?output_format=md#)
   | [Privacy Statement](https://wordpress.org/support/topic/footer-alignment-problem/?output_format=md#)
   Copyright © 2009 [The Wandering Glastofarian](http://theisleofavalon.com/). All
   Rights Reserved.<p> </div> <!– <?php printf(__(‘%d queries. %s seconds.’, ‘kubrick’),
   get_num_queries(), timer_stop(0, 3)); ?> –> <div><?php wp_footer(); ?></div> 
   <!– Google Analytics code here –> <?php echo stripslashes(get_option(‘wps_google_analytics’));?
   > </body></html>
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827886)
 * find this bit:
 *     ```
       </p>
       </div></div>
       <div class="Footer-background">
       </div></div></div></div>
       <div class="cleared"></div>
       <p class="page-footer">
       ```
   
 * take out three extra closing /divs:
 *     ```
       </p>
       </div>
       <div class="Footer-background">
       </div></div>
       <div class="cleared"></div>
       <p class="page-footer">
       ```
   
 * and then add ‘text-align:center’ to ‘.Footer’ in style.css:
 *     ```
       .Footer{margin:5px auto 0;overflow:hidden;position:relative;width:998px;z-index:0;
       text-align:center;}
       ```
   
 *  [bill_g](https://wordpress.org/support/users/bill_g/)
 * (@bill_g)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827887)
 * Thanks done this and it fixed it perfectly!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘footer alignment problem’ is closed to new replies.

## Tags

 * [align](https://wordpress.org/support/topic-tag/align/)
 * [bottom](https://wordpress.org/support/topic-tag/bottom/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 6 participants
 * Last reply from: [bill_g](https://wordpress.org/support/users/bill_g/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/footer-alignment-problem/#post-827887)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
