• I use Chiron theme, 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

    Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@kattens)

    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.