Change custom logo size

Discussion in 'BizWay WordPress Theme' started by amberp, Feb 17, 2013.

  1. amberp

    amberp New Member

    Joined:
    Dec 11, 2012
    Messages:
    24
    Likes Received:
    1
    Hello,
    My designer has provided me with a logo in a .png file sized 1385 width x 133 height. Can you please tell me how to adjust the code (or use custom CSS) to best display this file as my custom logo?

    Thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .header .logo img {
    width: 550px;
    }
     

Share This Page