• Resolved lincolndaving

    (@lincolndaving)


    https://sleepingplanetband.com/

    1) There is a large gap between the centered logo and the beginning of the text on my static home page. How do I reduce this spacing?

    2) How do I remove the three bar logo viewer on the mobile version of the site? This appears to the bottom right of my logo and when selected just shows the logo image.

    Thanks

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.