• I would like to make the header logo bigger than the current setting. Its on 400px now, but I would like to make it bigger. I couldn’t find any code in the settings where to adjust this.

    Can you tell me what I need to change for this? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author moozthemes

    (@moozthemes)

    Hello,
    Thanks for using Barletta theme.

    You can change logo size by editing “functions.php” file (located in barletta theme folder).
    Then starting from row 84 find the following code and change the default width 400 to your preferd.

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

    and after that, just upload new logo image.

    • This reply was modified 7 years, 5 months ago by moozthemes.
    Thread Starter jochemp

    (@jochemp)

    Hello,

    Thank you for the solution! I already found the ‘custom-logo’ function, but did not re-upload the logo so that it would adjust the size. Now it’s all good after renewing the logo.

    Perfect, thanks!

    Best regards,
    Jochem

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header adjustment’ is closed to new replies.