I also would like to bring down the navigation bar so that it is closer to the content box on the pages. thank you.
Here’s what I did. In Theme Functions, find the bit of code that reads:
if ( ( of_get_option(‘slider_enabled’) == 0 ) || ( (is_front_page() == true) ) ) {
echo “<style>.main-navigation { margin-bottom: 15px;}</style>”;
}
And change the 15px to a size you prefer. I haven’t been able to completely remove the gap, but made a bit of a difference.
Nevermind, remove the entire { margin-bottom: -1px;} to close the gap.