Viewing 3 replies - 1 through 3 (of 3 total)
  • Which logo are you referring to? The one over the header image, or the one from the nav bar? None of them is 7000×2300 🙂

    Hi,

    This theme is gorgeous. I’d like to know how to resize the logo in both the welcome area and top nav. Both create tiny versions of what I upload.

    Thanks!

    Hey Weetis,

    I think you’re talking about your logo in the navigation bar?

    If so, here is the CSS you need:

    .site-branding {
    float: left;
    padding: 15px 15px;
    }

    .site-logo {
    max-width: 250px;
    position: relative;
    top: 10%;
    }

    I would also recommend uploading your logo as a PNG with a transparent background so only your white name and the camera show, because right now it has a black background that does not match the transparency of that navigation area.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Logo resizing’ is closed to new replies.