• Resolved mnehresman

    (@mnehresman)


    I made a logo using graphic springs, and used it in my header. However, I would like it to be bigger. I can’t see anyway to adjust the size at all. Is there anyway to enlarge the logo? I have tried resizing in photoshop, but it just always imports the same size.
    I would like it to take up a good deal of the header space. So it looks similar to this site’s logo: motherhenfive.com

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello @mnehresman,

    Just need to add below CSS code in your additional CSS from theme customizer.

    .header-logo-wrap img {
      max-height: 100%;
      width: auto;
    }

    And if you want to reduce the spacing from top and bottom of the logo, change the padding from the class header-inner-site-branding with your desired spacing.

    Hope this will helps you.
    Thanks.

    Thread Starter mnehresman

    (@mnehresman)

    This seems to have helped.
    Thank you so much!

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