Title: Footer alignment problem
Last modified: August 21, 2016

---

# Footer alignment problem

 *  [ftb](https://wordpress.org/support/users/misomaybe/)
 * (@misomaybe)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/footer-alignment-problem-2/)
 * Hello,
 * Could anyone tell me how to center my footer content?
    I tried adding some code
   to the CSS unsuccessfully.
 * Thank you!
 *     ```
       <?php
       global $options;
       foreach ($options as $value) {
       	if (get_settings( $value['id'] ) === FALSE) {
       		$$value['id'] = $value['std'];
       	}
       	else {
       		$$value['id'] = get_settings( $value['id'] );
       	}
       }
       ?>
   
       	</div> <!-- content -->
   
       		<div id="footer">
   
       		<div class="footer-inside">
   
       			<div class="about-us">
       				<h2>Site Map</h2>
       				<p><?php echo stripslashes($yam_aboutus); ?></p>
       			</div> <!-- about-us -->
   
       			<div class="latest-tweets">
       				<h2>Pictures Galleries</h2>
       				<br>
       				<br /><a href='http://mysite.com/wp/gal1/'>  Gal 1</a>
       				<br>
       				<br /><a href='http://mysite.com/wp/gal2/'>  Gal 2</a> 
   
       				</ul>
   
       			</div> 
   
       <div class="subscribe">
                       		<h2>Subscribe to our newsletter</h2>
   
       <?php echo do_shortcode( '[contact-form-7 id="482" title="Subscribe"]' ); ?>	
   
       </div> <!-- subscribe -->
   
       		 </div> <!-- footer-inside -->
   
       		</div> <!-- footer -->
   
       		<div id="footer-credits">
       			<div class="footer-credits-inside">
       				<div class="footer-credits-left">
   
       				</div>
       				<div class="footer-credits-right">
       					© Copyright <?php echo date('Y'); ?> <a href="http://www.mysite.com">MYSITECOM</a> All Rights Reserved
       				</div>
       			</div>
   
       		</div> <!-- footer-credits -->
       	<?php wp_footer(); ?>
       </body>
       </html>
       ```
   

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/footer-alignment-problem-2/#post-4026726)
 * It’s not possible to help with CSS without seeing the site – the template file
   doesn’t show anything useful as to the CSS.
 *  Thread Starter [ftb](https://wordpress.org/support/users/misomaybe/)
 * (@misomaybe)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/footer-alignment-problem-2/#post-4026730)
 * oh ok…:(
    site is under maintenance. how can i do then?
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/footer-alignment-problem-2/#post-4026731)
 * Use a browser tool like [Firebug](http://getfirebug.com) to see what’s going 
   on with the CSS – this may be helpful too:
 * [http://www.w3.org/Style/Examples/007/center.en.html](http://www.w3.org/Style/Examples/007/center.en.html)
 * What theme are you using?
 *  Thread Starter [ftb](https://wordpress.org/support/users/misomaybe/)
 * (@misomaybe)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/footer-alignment-problem-2/#post-4026874)
 * Hello,
 * Thank you for your answer.
    I have installed firebug but I have no idea how to
   work with it yet. There isn’t much in my CSS.
 * I am using yaminth theme.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/footer-alignment-problem-2/#post-4026875)
 * I’m sorry but as you are using a non-WPORG theme, you need to seek support from
   the theme’s developers – paid or otherwise. We only support themes downloaded
   from wordpress.org here.

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

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

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/footer-alignment-problem-2/#post-4026875)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
