Tagged: logo
Hi,
i’m using the recommend size for the logo, but it is squished vertically. I have tried to add some CSS to make it responsive,but it doesn’t work. The logo has a perfect circle shape that looks like an egg. Please tell me how to fix it. Here’s the link if you want to see it.
Hey Nancy,
Try adding the following to quick css:
.responsive .logo a, .responsive .logo img {
margin: 40 auto!important;
max-width: 88%!important;
height: 98px !important;
max-height: 98px !important;
width: 300px !important;
}
Let me know if this works for you.
Best regards,
Jordan Shannon