Reduce White Space in Infoway Header

Discussion in 'Infoway WordPress Theme' started by moorwa, Nov 19, 2013.

  1. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    Is there a way to reduce the amount of white space in the infoway header (above the main menu bar)?
     
  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{
    margin:0;
    }
     

Share This Page