We're working with the Craft theme and trying to replace the default top left side logo. The issue we're running into is that the new logo image isn't the same dimensions as the original. When we use a larger image, it doesn't appear on the screen—even though it’s still present in the DOM and visible in the dev tools. Strangely, when we scale the image down to smaller than the original, it displays correctly.
It seems like the image is being hidden or clipped due to size constraints, but I haven't been able to pinpoint which CSS rule is causing it. How can we remove or override any width or height restrictions so that our larger image displays properly?