@siobhyb, answers like these are why you are my favorite! Have I told you yet today how much I love you? You’re just so awesome! My logo looks much better!
I would like your help with a bit of fine tuning… in my tests, I couldn’t exceed a width of 422px without causing the Logo to jump out of it’s proper place… it ended up above the image. You said above the max width was 583px.
I wonder if there is a way to move the logo position over so that it is closer to the left edge of the screen? Maybe that would then allow me to increase the width a little more.
Here’s what I ended up with:
@media screen and (min-width: 1020px) {
.site-branding {
width: 422px;
}
.site-logo {
height: 196px;
max-height: inherit;
}
}
When I use the above code snip, I can’t see the change in the customizer, I have to save/publish, and then go refresh the page I’m using to view the site.
Immediately following the above code, I also added the next code snip (which I had found on a older discussion about logo on the goran forum).
This code does cause a change that can be seen in the customizer, but not on the site (on the computer). I realized when I saw your code above, that the code below shows up if one views the site on mobile, but the user must choose “view full site”. These two code snips do not appear to conflict with each other, but I’d like to know if I should not use them both at the same time. Right now, I have both of these snips live on the site.
.site-logo {
margin: 5 auto;
width: 601px;
height: auto;
}
Thanks so much for your help with these questions. You are my Sunshine!
Unconditionally yours, Nancy