Hey there jillpan,
How are you doing today?
This should be possible to change with some custom CSS. Would you mind uploading the image that you’d like to use there and then post link to your site so I can take a look?
Cheers,
Bojan
Okay.
The site: http://bloomingdresses.com/
The image’s size is 280px (width) by 182px (height).
My mistake, the image size is actually 459px (width) by 182px (height). Here is the image: http://bloomingdresses.com/wp-content/uploads/2016/04/header-image-2.png
Hey again jillpan,
Sorry for the delay 🙁
I’ve checked your site and I can see that you’re using a different image now. However since you’ve posted link to the image I’ve added it via inspector to see what happens on that page and the reason this happens is because maximum height is being defined on the logo link.
To override that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.topshop-header-layout-centered .site-header-branding a {
max-height: inherit;
}
and then add your logo image, this should be the result http://screencast.com/t/5uw3JCZGA.
Hope this helps 🙂
Cheers,
Bojan – WPMU DEV
Hey jillpan,
Glad I could help 🙂
You shouldn’t really bump or post your own threads in other threads, I’ve responded to that one this time, please consider that in the future 🙂
Cheers,
Bojan
Oh, okay, sorry I didn’t know. But thank you very much for being very helpful nevertheless still!
No problem at all 🙂 Glad I could help!
Cheers,
Bojan