• Hi,

    I’m trying to make big logo but I can not ??
    Can you help to create a logo with the dimensions 1097×146 please.

    Thanks for the great work to theme.

    Mike,

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to do several things:

    First go to functions.php in your theme files and find:

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

    there, change the width and height of logo to what you want, after that go to your CSS file and add:

    .custom-logo{
      max-width: none;
    }

    But you must have in mind that this is not the best practice at all. You should make your responsive logo, too.

    Thread Starter Miguelonx

    (@miguelonx)

    Hi Ristapk,

    Thanks very much for you reply.
    your settings for the logo is working ??

    – ?How I can reduce the space of the image on the header and the text below the logo?
    https://prnt.sc/d0cxns

    – I have noticed that now the logo does not conform to mobile devices ??
    I attached capture as would be seen in a tablet:
    https://prnt.sc/d0d07p

    Thanks very much for you support.

    Mike,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘?How to make big logo?’ is closed to new replies.