Header Size

I LOVE this theme BUT I would like my header image to cover the entire page of my blog - am I able to resize it so this is possible? my site is: www.3ddivagirl.com - as you will see my header image appears so much smaller than the page. Is there a CSS code that enables me to make that bigger?

Add this code to Theme Options - Other - Custom CSS. It will make your Custom Header image to cover entire header area.

.site-branding.col-md-6 {
    width: 100%;
    margin: 0;
    padding: 0;
}
.site-description {
    display: none;
}

Let me know if this is what you were looking for.

THANK YOU Aigars!!! Now it’s PERFECT :wink:

Thank you, this will help me out as well. I love this theme! Am using it with WooCommerce for an on-line crochet gift store.