Unable to Resize header

Discussion in 'VideoCraft WordPress Theme' started by hashishmat, Sep 24, 2013.

  1. hashishmat

    hashishmat New Member

    Joined:
    Sep 23, 2013
    Messages:
    5
    Likes Received:
    0
    Im unable to resize my header how do i resize it? Ive tried smaller pixals but its not working.
     
  2. Gourav

    Gourav Support Staff

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

    Do let us know your website link.
     
  3. hashishmat

    hashishmat New Member

    Joined:
    Sep 23, 2013
    Messages:
    5
    Likes Received:
    0
    famousgoat.com
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    I think you are talking about banner image.

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

    Code:
    .banner {
    height: auto;
    }
     
  5. hashishmat

    hashishmat New Member

    Joined:
    Sep 23, 2013
    Messages:
    5
    Likes Received:
    0
    My header is still extending to the Search bar.
    Check it out famousgoat.com
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .banner img {
    width: 90%!important;
    }
     

Share This Page