• The logo is not sized correctly for many design purposes. How do I change the size of the logo that the template allows?

Viewing 1 replies (of 1 total)
  • Theme Author gracethemes

    (@gracethemes)

    Hi

    To change the size of logo mage

    Go to functions.php file

    at line no.39 you will find the below code

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

    Change the height and width of logo images as per your requirement.
    After changing size, remove the old logo and re upload new logo image.

    Regards
    Grace Themes

    • This reply was modified 7 years, 10 months ago by gracethemes.
Viewing 1 replies (of 1 total)
  • The topic ‘Logo size issues’ is closed to new replies.