Viewing 5 replies - 1 through 5 (of 5 total)
  • do you know how to edit the CSS?
    i see that style.min.css file you have a code

    #branding {
    width:45%;
    }

    you’ll need to remove that line or change it to 100%

    It’s because the image is inside the div #branding, which is set to 45% width of your displayed content. That div is nested inside the #heading div which has images set to 100% width (of the parent element, so = 45%).

    Move it outside of the #branding div so that its parent element is #header and it will then look like this:

    View post on imgur.com

    oooh beaten to it above ??

    Please start by making a child theme so that changes won’t be lost when the theme is updated –

    https://codex.www.ads-software.com/Child_Themes

    And then post on the theme’s own forum.

    Thread Starter jmowser

    (@jmowser)

    Thanks everyone – I actually did some research before posting here and I did change the #branding width to 100% instead of 45% but it didn’t make a difference. How would I move the image outside the div #branding? And sorry WPyogi – I will look into the child theme, thanks, and then next time post on the oxygen forum! Thanks everyone!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to make header image full size’ is closed to new replies.