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.