• Hi I have been trying all sorts of different css code tonight to make my logo bigger in the hoffman theme and I cannot seem to do it, any help please will be greatly appreciated.

    I’ve also noticed the menu no longer drops down and appears when you click on the menu icon on the left.

    https://www.barbellwarriors.com

    Thank you,
    Rob

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.