Resizing Header Logo

Discussion in 'GeoCraft WordPress Theme' started by namn, Aug 18, 2013.

  1. namn

    namn New Member

    Joined:
    Dec 7, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Cyberspace
    Hi guys, how do i resize the header logo? It just wouldn't yield to change besides this size.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Geocraft Settings > Theme Options > Styling Option > Custom CSS

    Code:
    .header_wrapper .logo_wrapper .logo img{
    max-width: 500px;
    }
    You can adjust the value of "max-width" as per your requiremment.
    This will solve your issue.
     

Share This Page