Logo size

Hello,
I’ve reviewed the post you have existing about the logo on the header being too small. I’ve tried the recommended CSS and uploaded the plugin so the logo size doesn’t get cropped down and pixelated, but it still seems too small and unaffected by the coding www.peaceofmindmedicalcare.com:
img.custom-logo {
width: 75 %;
}
@media(max-width: 350px){
.header-logo{
font-size: 45px!Important;
}
}
@media only screen and (max-width: 768px) {
#header {
background-attachment: initial !important;
}
}
@media only screen and (max-width: 480px){
#header .bottom-header h2 { font-size: 30px; line-height: 1.2; }
.top-header img { width: 250px; }
#header .bottom-header { padding-top: 50px; padding-bottom: 50px; }
}
.navbar-header:after {
content: “HI”;
font-size: 25px!Important;
color: red!Important;
font-family: fantasy;
display: inline-block;
line-height: 74px;
}
#logo {
float: left;
}

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.logo {
    max-height: 90%!important;
}

A larger logo than that would require a taller navigation bar.

I hope this helps :slight_smile:

Best Regards,
Support