• Resolved marcfrancoeur

    (@marcfrancoeur)


    Hi – I want to make the logo bigger on this website. How can I make it about 400 pixels wide? I don’t have the slider in my customizer to make it larger – I have to use CSS

    Thank You! Marc

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

Viewing 1 replies (of 1 total)
  • Thread Starter marcfrancoeur

    (@marcfrancoeur)

    So I figured it out –

    1. I right clicked on the logo and inspected it and found:

    .site-header .custom-logo {
    max-height: 48px; }

    2. I found the limiting factor that was keeping my logo so small was the max-height:

    3. it was originally set to 48px – I adjusted the max height to 95px and pasted this into the additional CSS in the customizer section of my wordpress admin

    .site-header .custom-logo {
    max-height: 95px; }

Viewing 1 replies (of 1 total)

The topic ‘Making Logo Bigger’ is closed to new replies.