I need the logo to be larger 300(w) x 127(h)...how is this done?

Please and thanks!

Hey there,
I hope you’re doing well today

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

img.logo {
max-height: 127px !important;
max-width: 300px !important;
}

.module.left.site-title-container {
max-height: 127px !important;
max-width: 300px !important;
}

Best Regards,
Support

That enlarged is slightly but it’s now only 134 x 55

I’m getting the same result. There seems to be a maximum size the logo can be expanded to.

Until we can get an answer on why the code shrinks the logo, I’ll just drop my own logo code into header.php (in a child theme) using the following:

logo code