• Resolved windhsfinn

    (@windhsfinn)


    Hello,

    is it possible to enlarge the size of the logo? In the upper left corner the size of the logo is too small.

    Many thanks in advance.
    Greetings.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @windhsfinn Hi,

    Try to add this CSS code in the Customizer > Additional CSS:

    .custom-logo-link {
        font-size: 0;
    }
    .custom-logo-link img {
        max-height: 120px;
    }
    .navbar {
        padding: 10px 0;
    }
    Thread Starter windhsfinn

    (@windhsfinn)

    Hi,
    this CSS should do its job!
    I tested it and it worked.
    Many thanks!

    • This reply was modified 3 years, 5 months ago by windhsfinn.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to adjust the size of the logo?’ is closed to new replies.