WordPress: Logo is not clear – resolution not high enough

WordPress: Logo is not clear – resolution not high enough

A well-known problem under WordPress is the poor display of website logos. The resolution is badly too low. Fortunately, the problem can be fixed quite quickly.

All you have to do is upload the logo in a higher resolution and then add the following additional CSS code under WordPress:

.custom-logo,
.site-header .logo {
  max-width: 100% !important;
  width: 300px !important;
  height: auto !important;
}

If you can’t make the change yourself, I’ll be happy to help you at a reasonable hourly rate.

Leave a Reply

Your email address will not be published. Required fields are marked *