Title: spacing/footer problem
Last modified: August 19, 2016

---

# spacing/footer problem

 *  [kingfishturnaround](https://wordpress.org/support/users/kingfishturnaround/)
 * (@kingfishturnaround)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/)
 * I am having a difficult time figuring out how to shift the footer(All content/
   reserved etc..) to the bottom of my front page where it is currently out of place
   and covering post #10. I unknowingly messed up and am obviously not skilled at
   correcting the situation. Everything seems to be fine though on my archived pages.
   I believe my problem lies in one of the style css. – /* =home */ lines but Im
   not savvy enough to recognize what is happening. Can someone lend a hand please.
   Thanks M.
    upstreamrun.com

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

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1405992)
 * Looks like an out of place `</div>` in the theme file that home uses: [[Invalid]Markup Validation of upstreamrun.com – W3C Markup Validator](http://validator.w3.org/check?uri=http%3A//upstreamrun.com/&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator/1.654).
   Scroll down in the validation report to see line numbers and source code.
 *  Thread Starter [kingfishturnaround](https://wordpress.org/support/users/kingfishturnaround/)
 * (@kingfishturnaround)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406179)
 * Songdogtech,
    Thank-you, M
 *  [havaintojamaailmasta](https://wordpress.org/support/users/havaintojamaailmasta/)
 * (@havaintojamaailmasta)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406237)
 * I´m having a similar kind of problem. My footer is aligning ok when I´m on home
   page, but when I´m on single pages the footer alignes to the very left side. 
   This is not good. How can I fix the problem? Help please.
    My site is [http://www.joeltakala.com](http://www.joeltakala.com)
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406243)
 * Same thing, broken, extra and missing tags: [[Invalid]Markup Validation of joeltakala.com about-contact – W3C Markup Validator](http://validator.w3.org/check?uri=http%3A//www.joeltakala.com/about-contact/&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator/1.654).
   Scroll down in the validation report to see line numbers and source code.
 *  [havaintojamaailmasta](https://wordpress.org/support/users/havaintojamaailmasta/)
 * (@havaintojamaailmasta)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406276)
 * Songdogtech,
    Thanks for your advice. But I have one more question. How do I 
   fix these problems? I´m not good at WordPress. Do I have to fix my style css 
   or some php files?
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406278)
 * Those errors are in your theme files, like index.php and single.php. Compare 
   those two files to find the differences in the tags, and use the validator to
   help. You can ignore the unencoded ampersand errors, but fix the `<div>` and `
   <li>`errors
 *  [havaintojamaailmasta](https://wordpress.org/support/users/havaintojamaailmasta/)
 * (@havaintojamaailmasta)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406284)
 * Hi again.
    I got fixed my single.php. I don´t know if I did it right or not, 
   but anyways the footer alignment is fixed now. But I´m still having a problem
   with my sidebar which I assume its under page.php on my Autofocus theme. I do
   not see any problem on the code below, but still the footer is not align right?!
 *     ```
       <?php get_header() ?>
   
       	<div id="container">
       		<div id="content">
   
       <?php the_post() ?>
       			<div id="post-<?php the_ID(); ?>" class="<?php sandbox_post_class() ?>">
       				<h2 class="entry-title"><?php the_title(); ?></h2>
       				<div class="entry-content">
       <?php the_content() ?>
   
       <?php wp_link_pages("\t\t\t\t\t<div class='page-link'>".__('Pages: ', 'sandbox'), "</div>\n", 'number'); ?>
   
       				</div>
   
       				<div class="entry-meta">
       <?php edit_post_link(__('Edit', 'sandbox'),'<span class="edit-link">','</span>') ?>
       				</div>
   
       			</div><!-- .post -->
   
       <?php if ( get_post_custom_values('comments') ) comments_template() // Add a key+value of "comments" to enable comments on this page ?></div>
       </div>
   
       		</div><!-- #content -->
       	</div><!-- #container -->
   
       <?php get_sidebar() ?>
       <?php get_footer() ?>
       ```
   
 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406288)
 * Read the errors on the validation report and get a fresh copy of your theme and
   compare the versions of page.php.

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

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

## Tags

 * [autofocus](https://wordpress.org/support/topic-tag/autofocus/)

 * 8 replies
 * 3 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/spacingfooter-problem/#post-1406288)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
