How Do You Change The Header Image Dimensions?

Discussion in 'GeoCraft WordPress Theme' started by slomba, Dec 10, 2012.

  1. slomba

    slomba New Member

    Joined:
    Dec 7, 2012
    Messages:
    3
    Likes Received:
    0
    Hello,

    My Directory title is kinda long. I really need to change the dimensions for the image in the header.
    It is very small at the moment kinda looks ridiculous. Any help would greatly appreciated.

    Thank you in advance,
    Jay
     
  2. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    Hi, add this to your theme options>custom css and alter the px to suit
    .header_wrapper .logo_wrapper .logo img{
    max-width:310px;
    height: 100px;
    }
     
  3. slomba

    slomba New Member

    Joined:
    Dec 7, 2012
    Messages:
    3
    Likes Received:
    0
    Thank you but where is that in the visual editor.? Where should I put it in the css file?
     
  4. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    go to geocraft setting>theme options>custom css add code in box dont need to touch css file
     

Share This Page