Changing size of Local Business logo area...

Discussion in 'Local Business WordPress Theme' started by TerryH, Mar 25, 2013.

  1. TerryH

    TerryH New Member

    Joined:
    Dec 28, 2011
    Messages:
    8
    Likes Received:
    0
    Will you please tell me which css and where to find the area that will let me change the width and height
    of the Logo?

    What is the max size i can have.

    Thanks,

    Terry
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .header .logo img {
    width: 415px;
    height: 132px;
    }
    you can change the value of width and height as per your requirement.

    And the maximum size of the image would be 530px x 132px (width: 530px and height: 132px ).
    This will solve your issue.
     

Share This Page