• Hello,

    I followed the instructions, here in the forum, to change the size of the logo image. however, when I upload the image, I am forced to crop the image to 200x50px. How can I take this image cut request?

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

    Paste THIS custom code in the code snippets plugin to overcome this.

    Let me know if any confusion!

    Thanks

    Thread Starter sabbrut

    (@sabbrut)

    i had to change this:

    //Custom logo

    add_theme_support( ‘custom-logo’ , array(

    ‘class’ => ‘navbar-brand’,

    ‘width’ => 380,

    ‘height’ => 145,

    ‘flex-width’ => false,

    ‘flex-height’ => false,

    ) );

    in functions.php

    tks for your help

    Yes sure, just that need to change the boolean value from false to true.

    If you like our theme you can leave your feedback Here

    Thanks

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