Blog Header Image

Hi!
How can i change the dimension of blog header image?

Hello Alice,

Try using this CSS code to handle the blog header height:

#header .bottom-header.blog {
    padding: 50px 0;
}

Ideally, the above CSS code should be placed in a child’s theme style.css

But you can use a plugin like Simple Custom CSS or place it directly in Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you replace/update the theme files.

Let me know if you got it alright.

Regards