Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Rizqy Hidayat

    (@hirizh)

    Hi,
    you can customize using custom CSS. If you have Jetpack installed and Custom CSS module activated, go to Appearance -> Edit CSS. Otherwise You can install Simple Custom CSS plugin.
    The code:

    .site-branding {
        width: 100%;
    }
    .site-logo {
        max-width: 100%;
    }

    Make sure you’re image is big enough, so it doesn’t blurry. 🙂

    Regards.

    I was able to make my logo bigger, but there’s still a large space above and below it. How can I set that to 0? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Logo Bigger’ is closed to new replies.