Viewing 1 replies (of 1 total)
  • Hi

    For this find below code in function.php file line no 99

    //Custom logo
    	
    	add_theme_support( 'custom-logo' , array(
    	
    	   'class'       => 'navbar-brand',
    	   
    	   'width'       => 150,
    	   
    	   'height'      => 35,
    	   
    	   'flex-width' => false,
    	   
    	   'flex-height' => false,
    	   
    	) );

    and replace with below code

    //Custom logo
    	
    	add_theme_support( 'custom-logo' , array(
    	
    	   'class'       => 'navbar-brand',
    	   
    		'flex-width' => false,
    	   
    	   'flex-height' => false,
    	   
    	) );

    Then upload logo and skip cropping or skip your logo image

    then save and change your website

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Logo doesn’t fit’ is closed to new replies.