Logo vs. Header

  • Author
    Posts
  • #9638
    Arden

    Hello! I’ve been experimenting with using a custom header or custom logo. I’ve made the logo small enough that it should be able to stay at full size even on mobile. However, I’m finding that whichever I use, the entire header area gets shrunk as part of the responsive action, making my logo or header image very small. If I want to make this area not be responsive, or if I want to change the settings, what in the CSS should I be looking for?

    #9822
    Zed
    Cryout Creations mastermind

    The logo image shrinks proportionally to fit in a header height of 90px on mobile devices.

    Add this custom CSS to make it shrink less:

    @media (max-width: 800px) {
    	a#logo img { height: 100% !important; }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Logo vs. Header’ is closed to new replies.