• I would like the logo in my header to be larger. Is there anything I can add to my additional CSS to achieve this?

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this css

    .custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 1000px !important;
    }
    Thread Starter krs33

    (@krs33)

    Thank you! This looks great on my computer, but the logo is cut off on my phone. Is there a way to make this just happen on large screens?

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