• Hi Guys,I’m using the enterprise pro theme on wordpress 4.3.1 for my website. i have tried to put a logo on the website as a header image but it does not fit correctly. i want the image to occupy the full banner at the top. i have tried editing the css file without no luck. can someone please advise me on how to go about doing this.below is a link to my website.Thanks

    https://www.finsburybusinesscentre.co.uk/development/new_site/

Viewing 2 replies - 1 through 2 (of 2 total)
  • change this one line in your css to match the height of your image

    .header-image .site-title > a {
        /*background: url(images/logo.png) no-repeat left;*/
        float: left;
        min-height: 130px; <----- its currently 60px change to 130px
        width: 100%;
    }

    its on line 990 of your style.css

    or did you mean you want that image to take up the ENTIRE header?

    Thread Starter tariqz118

    (@tariqz118)

    i want the image to take up the entire header. i have tried this .header-image .site-title > a {
    /*background: url(images/logo.png) no-repeat left;*/
    float: left;
    min-height: 130px; <—– its currently 60px change to 130px
    width: 100%;
    }

    with not luck. someone please help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Image not fitting correctly’ is closed to new replies.