Title: Header repeating vertically down comments page. ???
Last modified: August 19, 2016

---

# Header repeating vertically down comments page. ???

 *  Resolved [mpalmerdesign](https://wordpress.org/support/users/mpalmerdesign/)
 * (@mpalmerdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/header-repeating-vertically-down-comments-page/)
 * Hello again, it’s me.
 * So, I’ve created a very bare-bones blog. No bells and whistles (I’m a minimalist
   kinda guy). It looks pretty neat, but I’m baffled by the header repeating on 
   the comments page (here’s the link): [http://www.mpalmerdesign.com/blog2/?p=1#respond](http://www.mpalmerdesign.com/blog2/?p=1#respond)
 * Any ideas how to fix this?
 * This is the only thing for me left to conquer.
 * P.s. If it helps, I’ve created this theme from modifying the “default” Kubrick
   theme.
    blog url: [http://www.mpalmerdesign.com/blog2](http://www.mpalmerdesign.com/blog2)

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

 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/header-repeating-vertically-down-comments-page/#post-1120340)
 * Change this in your style.css
 *     ```
       #header { background: url("/blog2/wp-content/themes/theme01/images/mpalmerdesigntitlebanner.jpg") no-repeat top center;   /* FOR HEADER IMAGE */
       }
       ```
   
 * to
 *     ```
       #header { background: url(images/mpalmerdesigntitlebanner.jpg) no-repeat top center;
       /* FOR HEADER IMAGE */
       }
       ```
   
 *  Thread Starter [mpalmerdesign](https://wordpress.org/support/users/mpalmerdesign/)
 * (@mpalmerdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/header-repeating-vertically-down-comments-page/#post-1120343)
 * Thanks for the reply!
 * I did that, and while it’s a much better path for linking to the header image(
   thanks for the tip there), I still have the same problem when it comes to the
   comment page: [http://www.mpalmerdesign.com/blog2/?p=1#respond](http://www.mpalmerdesign.com/blog2/?p=1#respond)
 * The image still keeps tiling down the page. Example: [http://www.mpalmerdesign.com/misc./repeatingimagesincomments.png](http://www.mpalmerdesign.com/misc./repeatingimagesincomments.png)
 *  [asechrest](https://wordpress.org/support/users/asechrest/)
 * (@asechrest)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/header-repeating-vertically-down-comments-page/#post-1120366)
 * If you view source on your comment page, you’ll see this code:
 *     ```
       #page { background: url("http://www.mpalmerdesign.com/blog2/wp-content/themes/theme01/images/mpalmerdesigntitlebanner.jpg") repeat-y top; border: none; }
       ```
   
 * That appears to be repeating the image along the y-axis. The code also shows 
   up on the main blog page, but for some reason on that page something is overriding
   the repeat.
 * You need to track down where this is coming from. It’s probably either hard-coded
   in your `header.php` file or it’s being inserted into head by a plugin or something
   else.
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/header-repeating-vertically-down-comments-page/#post-1120367)
 * Looking at the source code of that comments page, you have the following style–**
   delete it**.
 *     ```
       <style type="text/css" media="screen">
       #page { background: url("http://www.mpalmerdesign.com/blog2/wp-content/themes/theme01/images/mpalmerdesigntitlebanner.jpg") repeat-y top; border: none; }
       </style>
       ```
   
 *  Thread Starter [mpalmerdesign](https://wordpress.org/support/users/mpalmerdesign/)
 * (@mpalmerdesign)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/header-repeating-vertically-down-comments-page/#post-1120387)
 * mercime and asechrest, thank you! This did the trick indeed!
 * I appreciate you all taking the time to help us green folk out. 🙂

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

The topic ‘Header repeating vertically down comments page. ???’ is closed to new
replies.

## Tags

 * [comments-page](https://wordpress.org/support/topic-tag/comments-page/)
 * [wordpress blog](https://wordpress.org/support/topic-tag/wordpress-blog/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [mpalmerdesign](https://wordpress.org/support/users/mpalmerdesign/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/header-repeating-vertically-down-comments-page/#post-1120387)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
