Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Logo size increase width

#4450
Grace Themes
Member

Hi monique

Can you please share your website URL so we can check?

If you are using free theme, you can change the logo image height/width by
Go to Appearance -> Editor -> functions.php

at line no. 34 you will find the below code and change height and width

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

Regards
Grace Themes