Title: footer css problem
Last modified: August 20, 2016

---

# footer css problem

 *  Resolved [jahur](https://wordpress.org/support/users/jahur/)
 * (@jahur)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-css-problem/)
 * I am trying to develop a wp theme. But a problem arise with the footer.
    I have
   uploaded the theme in my testing server. [http://wp-site.co.cc](http://wp-site.co.cc)
 * Here footer area comes into left side, just beneath the sidebar. But I have created
   separate footer.php file and div for it.
 * I want to set my footer part at bottom of the theme.
 * Please take a look at the codes below.
 * This is the footer.php
 *     ```
       <div id="footer">
   
       <span> This footer . All right reserved. </span>
   
       </div>
   
       <?php wp_footer(); ?>
       </body>
       </html>
       ```
   
 * In style.css
 *     ```
       #footer{ height: auto;
       		width:100%;
   
       }
       ```
   

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-css-problem/#post-3133354)
 * As the problem is specifically with CSS, you should inquire in a [CSS specific forum](http://csscreator.com/forum).
 *  [Jamie Gill](https://wordpress.org/support/users/patchgill/)
 * (@patchgill)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-css-problem/#post-3133371)
 * hi,
 * If your wanting at the bottom of the theme just add into the CSS clear: both;
   so it would like like this in the stylesheet
 *     ```
       #footer{ height: auto;
       		width:100%;
                      clear:both
       }
       ```
   
 * Cheers
    J
 *  Thread Starter [jahur](https://wordpress.org/support/users/jahur/)
 * (@jahur)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/footer-css-problem/#post-3133372)
 * Hi J,
 * IT’S WORKING!!! thanks a lot. 🙂
 * Jahur

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

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

 * 3 replies
 * 3 participants
 * Last reply from: [jahur](https://wordpress.org/support/users/jahur/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/footer-css-problem/#post-3133372)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
