• Resolved plmorpheus

    (@plmorpheus)


    Hi, I have problem with newest versiona of Editorial – earlier there was an option to skip cropping site’s logo during upload, but now it’s not available. Every bigger picture is cropping to 700×175 px. Could you fix that or provide any other solution?

    Thx in advance

    • This topic was modified 7 years, 5 months ago by plmorpheus.
    • This topic was modified 7 years, 5 months ago by plmorpheus.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @plmorpheus,

    Please use this code at functions.php

    add_theme_support( 'custom-logo', array(
    		'height' => 175,
    		'width'  => 400,
    		'flex-width' => true,
    		'flex-height' => true
    	) );

    Thanks,

    Thread Starter plmorpheus

    (@plmorpheus)

    Add this code modification results in error 500 BUT I’ve modified height and width paramters to fit to my logo and this done the trick ??

    Anyway thx for reply – yr reply helped me to find part of code to modify ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot set wider logo’ is closed to new replies.