Viewing 3 replies - 1 through 3 (of 3 total)
  • I also would like to bring down the navigation bar so that it is closer to the content box on the pages. thank you.

    Thread Starter mdevero

    (@mdevero)

    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.

    Thread Starter mdevero

    (@mdevero)

    Nevermind, remove the entire { margin-bottom: -1px;} to close the gap.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation Bar’ is closed to new replies.