Spacing around Menu Bar
My goal is to get the spacing above and below the Menu Bar to be the same.
Site URL: www.Travel101Travel.com
1) On the home page there is no spacing between the Slider and the Menu Bar. Can I adjust this space?
2) How can I control the space between the Logo Banner and the Menu Bar? Currently I have the following CSS code to reduce padding around the Logo Banner and remove the search box:
#header .social-search form.searchform {display: none;}
#header .logo-wrap { margin-top: 0; padding-left: 0; }
#site-logo a img { max-width: 978px; padding-right: 0; }
#header .social-search { margin-top: -33px; }
I bet just a tweak of this code should do the trick. I play around with it but can't seem to adjust this space.
Thank you for reading!