Tighten up header area

Discussion in 'Infoway WordPress Theme' started by cbshanley, Jun 14, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Can you please give me the code to tighten and shrink the header area....too much white space around the logo and contact info

    Thank you so much
     
  2. 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:
    .header .logo {
    margin-top: 5px;
    margin-bottom: 5px;
    }
    .header .contactinfo {
    margin-top: 5px; 
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page