Hi. I almost have my header where I want it, but there is too much space between the logo and the main nav above. I would like to reduce this space. Thanks! Here's the link to the site: http://floridabeacon.com
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header { margin-top: 45px ! important; } You can adjust the value of "margin-top" as per your requirement.