How do I get rid of the space under the header logo on desktop view after I added the phone number tap to call feature for mobile. I am using an iphone 5 to view the mobile and I changed the button to purple to match the colour theme of the site. But now there is a gap under the log on my desktop view. site: http://sherifogartywellness.com/ I have attached to 3 images to show the gap when I add tap to call. Thank you.
Hi Charmalee, Please paste the code given below in custom css. (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard. Code: .header .menu-bar { margin-top: 10px !important; } Thanks, Praveen