Title: Theme Issue
Last modified: August 19, 2016

---

# Theme Issue

 *  [becca_](https://wordpress.org/support/users/becca_/)
 * (@becca_)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/theme-issue-4/)
 * I have installed a new theme to my site. It uses php with footer and header coding.
   Everything appears on the site but not in the same it should. The wordpress is
   appearing behind the header and to the right.
 * [http://www.jlove.fan-sites.org/index-sample.php/](http://www.jlove.fan-sites.org/index-sample.php/)
 * Any ideas?

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

 *  [leadandfollow](https://wordpress.org/support/users/leadandfollow/)
 * (@leadandfollow)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/theme-issue-4/#post-887617)
 * Probably your header image is taller than the original template was designed 
   for. You could make a header image that is the same dimensions as the original
   template’s header image, or change the header height in the CSS to fit your image.
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/theme-issue-4/#post-887621)
 * Your customized theme is constructed wrong from bottom up. To start 3 lines of
   doctype:
 *     ```
       <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
          "http://www.w3.org/TR/html4/strict.dtd">
       <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
          "http://www.w3.org/TR/html4/loose.dtd">
       <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
          "http://www.w3.org/TR/html4/frameset.dtd">
       ```
   
 * and another doctype in body.
 * You need to check Codex
    [http://codex.wordpress.org/Theme_Development](http://codex.wordpress.org/Theme_Development)
   [http://codex.wordpress.org/Stepping_Into_Templates](http://codex.wordpress.org/Stepping_Into_Templates)
   [http://codex.wordpress.org/Template_Tags](http://codex.wordpress.org/Template_Tags)

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

The topic ‘Theme Issue’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [@mercime](https://wordpress.org/support/users/mercime/)
 * Last activity: [17 years, 8 months ago](https://wordpress.org/support/topic/theme-issue-4/#post-887621)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
