• I’ve uploaded my logo at 800×100, yet when I go to set the logo, it insists on uploading it at 200×25. It will allow me to adjust the logo width (height scales automatically) but it’s adjusting the 200×25 sized image, thus the logo looks pixelated, in spite of it being plenty large enough, at a high dpi. How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I have the same pixelisation issue. Did you find a way to fix it ?

    I finally found a way :

    In the editor, in “templates-parts”, find the file “header-nav.php”.
    Replace line 22 by :
    <?php echo '<a href="/"> <img src="LINK OF YOUR IMAGE" /> </a>'; ?>

    It worked for me but your image has to be in the right dimensions.

    Thread Starter Anna1226

    (@anna1226)

    Thanks, benraynaud. I’m not sure I’d have found that.

    Can you clarify, though –

    Line 22 –> is this:
    <?php the_custom_logo(); ?>

    correct?
    Remove that entire line, replace with your line of code, with complete url of link of image – is that right?

    What are the proper dimensions of the image? Oh, just that it is sized to what you want, neither larger or smaller, yes?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting Logo Size’ is closed to new replies.