resize logo/extra space under logo in header

Discussion in 'ReThink WordPress Theme' started by stephenejamison, May 30, 2013.

  1. stephenejamison

    stephenejamison New Member

    Joined:
    May 28, 2013
    Messages:
    1
    Likes Received:
    0
    The logo I uploaded seems really small, there is also extra spacing below the logo between the menu bar. My website is www.proteinpantry.com. Let me know if there is anything I can do.
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .header .logo img {
    width: 300px;
    margin-bottom: 0;
    }
     

Share This Page