I would like to reduce the space between the top info bar and the name of my site www.healthyandfitwoman.com
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; }