• Resolved Attento

    (@attento)


    Hello, I’m trying to make the logo (or the entire header if necessary) larger on our site. I’ve already tried the following CSS in the customize menu:

    #logo img {
    max-height: 120px;
    }

    But that’s not working. I welcome any suggestions to make the logo larger.
    Thank you,
    Adriana

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello @attento,

    You could try the following style:

    .custom-logo-link img {
      max-width: none;
      max-height: 180px;
    }

    You would just need to adjust the height as you see fit.

    I hope this helps. Thanks!

    David

    Thread Starter Attento

    (@attento)

    That worked! Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enlarge Header – GivingPress Lite Theme’ is closed to new replies.