Reduce the space below the top info bar

Discussion in 'Infoway WordPress Theme' started by debra rose, May 2, 2013.

  1. debra rose

    debra rose New Member

    Joined:
    Apr 17, 2013
    Messages:
    9
    Likes Received:
    0
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .contactinfo{
    display:none;
    }
    .header .logo{
    margin-top:0px;
    }
    .header .logo img{
    width:150%;
    }
     
    .header .contactinfo{
    margin-top:0px;
    }
     

Share This Page