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: How do I make the header image float left?

#8503
Grace Themes
Member

Hi,

To resize / set width and height of your logo image

Go to Appearance -> Editor -> functions.php file

at line no. 39, you will get the below code

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

Just change the height and width for your logo image.
Then you will need to remove logo and again set new logo image from Appearance -> Customize

Regards
Grace Themes