Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Tracks!

    You can reduce that space with the following CSS:

    .site-header {
      padding-bottom: 0 !important;
    }
    .entry {
      padding-top: 0 !important;
    }

    And you can hide the mobile menu button with the following:

    .toggle-navigation {
      display: none !important;
    }

    Please note that if you decide to make use of the primary menu, you’ll want to un-hide the mobile menu button, so that the menu can be opened on mobile.

    Thread Starter lincolndaving

    (@lincolndaving)

    Thanks, very helpful.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Decrease Size Between Logo and Page Text’ is closed to new replies.