Hi Daviden
Sorry didn’t realise there was a support ticket. Did you resolve it?
Thanks
The parent theme adds the following css
.header-image {
margin-bottom: -1.4em;
}
so to fix it add this to you custom css
.header-image {
margin-bottom: 0em;
}
More header questions…
Any way to make the header image to span the whole width?
This image is actually 2000 in width.
View post on imgur.com
Try these two to see which works the best for you
.header-image {
background-size:contain;
}
or
.header-image {
background-size:cover;
}
Didn’t work.
I’m afraid the problem is when I upload the image, I’m forced to crop it and it’s always 1500 px in width. Is this the theme limitations or WP?
I’m thinking WP though…
No you don’t have to crop it… let me have a look and get back to you
Fixed it, changed the width in functions.php 🙂
Thanks for your excellent and fast(!) support btw.
no worries… BTW on the cropping page you can drag the cropper so it selects the entire image instead of accepting the default selection