Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there thisveganwhimsy,

    Hope you’re well today!

    You can increase the header height with some custom CSS. Try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin if your theme doesn’t have custom CSS tab.

    http://wordpress.org/plugins/simple-custom-css

    .header-bg {
    height: 260px;
    }

    Increase/decrease the numeric value to what ever suits you the most.

    Best regards,
    Bojan

    Thread Starter thisveganwhimsy

    (@thisveganwhimsy)

    Bojan thank you SO much!

    I spent three hours last night trying to figure out how to edit the css of the theme in Editor (and even broke my website lol), when all I needed was the custom-css plugin and the tiny snippet of code you gave me. I was almost in tears and close to giving up; but I should have come here for help first!

    Seriously, thank you times a million. You’re a lifesaver 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Making Header Larger’ is closed to new replies.