• Hi love this theme

    I was wondering if you could help me with changing the logo size

    Here is my site https://ottwrestling.com/

    I would like the Logo to roughly stretch to the width of the white page content area and also move up so there is very little space between the navigation menu and white content area

    Thanks in advance

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.