How can I increase my logo area up top?

Discussion in 'GeoCraft WordPress Theme' started by mintons, Nov 12, 2012.

  1. mintons

    mintons New Member

    Joined:
    Nov 11, 2012
    Messages:
    3
    Likes Received:
    0
    The logo area that is recommended (217x66) is just way too small for the logo I would like to use. Is there a setting I can change somewhere that will allow me to post an logo that is about 600x100? Thanks,
    Shaun
     
  2. Krish

    Krish Support Staff

    Joined:
    Oct 22, 2012
    Messages:
    210
    Likes Received:
    1
    Location:
    India
    By default the logo width is 210px but, if you want to change it, you can overwrite the css by following code:
    Code:
    .header_wrapper .logo_wrapper .logo img{
        max-width:Your dimension size e.g: 210px;
        height: Your dimension size 100px;
    }
    Put above your modified code in custom css option in theme option.
     

Share This Page