Viewing 1 replies (of 1 total)
  • adding this css will make your logo as big as possible, also will move the menu button up higher to accommodate the new logo size:

    .nav-toggle {
        top: 10%;
    }
    
    .blog-logo img {
        max-height: 100%;
    }

    the only thing I can see to make the menu work again is to remove the ‘hidden’ class from the div with the ‘navigation’ class

Viewing 1 replies (of 1 total)

The topic ‘Make Logo Bigger – Hoffman Theme’ is closed to new replies.