How to change the size of my logo to fit the full page.

Hi!
Thanks for your help!
I’m stuck on how to change the size of my logo in Activello. If I increase is size of the picture, then it turns up smaller on my blog.

How can I make the logo bigger?

My side is www.workingyogimomma.com

Thank you!
Becca

Hi,

Thanks for reaching out to us, this CSS should do the trick.

img {
    height: 350px;
    max-width: 751px;
}

let me know if this works.

Best Regards,
Support

Great! Thank you.
I’m new to code. Do I have to replace this somewhere, or add this in? Where would I add it in?

Thank you!

You should add that CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

Thank you for your response!
No, That made the logo look scrunched up. I changed the file size to fit those dimensions, and that didn’t fit either.

Is there anything else I should try?

Thanks,
Becca

Hi,

thanks for getting in touch, try this.

img {
    height: 350px;
    max-width: 751px;
}

let me know how it turns out.

Best Regards,
Support

Hey again,
I hope all has been well. :slight_smile:

Did the code given previously work for you?

Just checking to ensure that everything’s good. I took a look on your site and the logo seems fine, but I just want to confirm with you before closing the ticket.

Looking forward to your reply,

Best Regards,
Support.