Space between the top infobar and menu

Discussion in 'Infoway WordPress Theme' started by debra rose, Apr 30, 2013.

  1. debra rose

    debra rose New Member

    Joined:
    Apr 17, 2013
    Messages:
    9
    Likes Received:
    0
    Is there a way to make the space between the top infobar and menu and little smaller?
     
  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;
    }
     

Share This Page