Title: Header size problem
Last modified: August 21, 2016

---

# Header size problem

 *  [KaTTeNs](https://wordpress.org/support/users/kattens/)
 * (@kattens)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-size-problem/)
 * I use [Chiron theme](http://wpjournals.com/chiron/), so I went to the editor 
   and tried to change the header size in the code.
 *     ```
       .container_header_top {
       	padding-top: 0px;
       	padding-bottom: 0px;
       }
   
       #head-search {
       	margin-top: 0px;
       	float: right;
       }
   
       #header {
       	width: 100%;
       }
   
       #headimg #logo-image {
       	width: 800px;
       	overflow: hidden;
       }
   
       #headimg #logo-image img {
       	width: 300px;
       	height: 75px;
   
       	border: none;
       }
   
       #headimg #logo-text {
       	margin: 12px 0;
       }
   
       #headimg #logo-text .site-name  {
       	display: block;
       	font-family: 'Oswald', sans-serif;
       	font-size: 28px;
       	line-height: 34px;
       }
   
       #headimg #logo-text .site-description {
       	display: block;
       }
       ```
   
 * I tried to change the
    #headimg #logo-image img { width: 300px; height: 75px;
 * and
 * #headimg #logo-image {
    width: 800px; overflow: hidden;
 * to width: 1000px height: 274px. I then found a picture that was 1000px – 274px.
   
   But when I look at my website the header is in low quality (it’s high quality
   otherwise) [WEBSITE HERE](http://www.pft-dive.com/)
 * Can anyone help?

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

 *  [Dave Naylor](https://wordpress.org/support/users/wpranger/)
 * (@wpranger)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-size-problem/#post-4740304)
 * That image in your header is 280px x 77px. You’re displaying it at a width of
   1000px so that’s why it looks poor.
 *  Thread Starter [KaTTeNs](https://wordpress.org/support/users/kattens/)
 * (@kattens)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/header-size-problem/#post-4740305)
 * I fixed it. I went to the mytheme/functions.php where I could change the size
   of the header.
    I was the functions.php that resized my picture

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

The topic ‘Header size problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [KaTTeNs](https://wordpress.org/support/users/kattens/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/header-size-problem/#post-4740305)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
