I've made all the suggested changes to custom.css and everything kinda works but not quite right. A couple things I don't understand:
1. Why my logo width seems to be limited to 1200px on a big screen even when I change the media min-width and the max-width in the code as follows:
@media(min-width:1900px) {
.logo-image > a {
max-width: 1900px;
max-height: 270px;
}}
The new image file I am using is 3500 by 492...
2. On small screens the logo is resized but gets cut off on the right no matter how I change the height and width numbers in the corresponding code.
I know I need to learn a lot about CSS myself and I am slowly learning but in the meantime could you please help to make sense of what I see?
Thanks.