Title: Default theme css busted?
Last modified: August 18, 2016

---

# Default theme css busted?

 *  [drazin](https://wordpress.org/support/users/drazin/)
 * (@drazin)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/default-theme-css-busted/)
 * Everytime i install wp2, the footer is all messed up, and off center. see attached
   photo where i highlighted the problem areas in red.
 * anyone know whats this about?
 * [http://static.flickr.com/27/97984458_456a3385de_o.jpg](http://static.flickr.com/27/97984458_456a3385de_o.jpg)

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

 *  Thread Starter [drazin](https://wordpress.org/support/users/drazin/)
 * (@drazin)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/default-theme-css-busted/#post-336596)
 * anyone else see this or have it happen?
 *  Thread Starter [drazin](https://wordpress.org/support/users/drazin/)
 * (@drazin)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/default-theme-css-busted/#post-336628)
 * anyone have this problem besides me? any response would be good.
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/default-theme-css-busted/#post-336629)
 * I have the fixed files for it.. =)
 * [http://wordpress.org/support/topic/61234?replies=1](http://wordpress.org/support/topic/61234?replies=1)
 * spencerp
 *  Thread Starter [drazin](https://wordpress.org/support/users/drazin/)
 * (@drazin)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/default-theme-css-busted/#post-336649)
 * Thanks! anyone know why this happens?
 *  [dohko](https://wordpress.org/support/users/dohko/)
 * (@dohko)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/default-theme-css-busted/#post-336652)
 * search in the style.css for this:
    #footer { padding: 0 0 0 1px; margin: 0 auto;
   width: 760px; clear: both; }
 * and set padding to: padding: 0 0 0 0;
 * and in the header.php search for this:
 * #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px;
   width: 758px; }
 * and set the second margin to: margin:0 0 0 0;
 * i hope it helps
 *  [spencerp](https://wordpress.org/support/users/spencerp/)
 * (@spencerp)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/default-theme-css-busted/#post-336653)
 * Or, in my header.php file, I have this:
 * `#header { margin: 0 !important; margin: 0 0 0 2px; padding: 1px; height: 198px;
   width: 758px; }`
 * Find this in the header.php as well:
    `#footer { background: url("<?php bloginfo('
   stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border:
   none;}
 * And replace with this:
    `#footer { background: url("<?php bloginfo('stylesheet_directory');?
   >/images/kubrickfooter.jpg") no-repeat bottom left; border: none; } #footer {/
   margin-left: 2px; }
 * And in the CSS for the footer:
 * `#footer {
    padding: 0 0 0 1px; margin: 0 auto; width: 760px; clear: both; }
 * [http://vindictivebastard.net/kubrickfixed/](http://vindictivebastard.net/kubrickfixed/)
 * Have it working and looking good in both IE and FF. =) Also, the downloadable
   files in the rar archive are there as well…for people to download all the fixed
   files. =)
 * spencerp
 * Sorry about that.. =( Forgot to add that additional footer coding in the header.
   php file before, but edited this post quick so it’s there now. :/

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

The topic ‘Default theme css busted?’ is closed to new replies.

 * 6 replies
 * 3 participants
 * Last reply from: [spencerp](https://wordpress.org/support/users/spencerp/)
 * Last activity: [20 years, 3 months ago](https://wordpress.org/support/topic/default-theme-css-busted/#post-336653)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
