1. garniorsingher

    garniorsingher New Member

    Joined:
    Aug 8, 2013
    Messages:
    3
    Likes Received:
    1
    Hi! Is possible to change the size of the logo and make it larger?
    Thanks:)
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    2013-11-06_1542.png



    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #logo{
    height:100%;
    }
    #logo img {
    max-height:100%;
    }
    This will solve your issue.
     

Share This Page