• Resolved pbwpwork

    (@pbwpwork)


    Hi,

    Would like to increase the size of the site’s logo. At the moment it is sitting in a container that is 325 x 70 (meaning whatever the size of image uploaded, it always defaults to this size [on pc]). How I can increase the size of this?

    Thanks
    Paul

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

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

    You’ll have to add some custom CSS to increase the size of the logo.

    @media only screen and (min-width: 61.063em) {
      .site-header .custom-logo {
          max-height: 75px;
      }
    }

    You can add that to the Additional CSS section of the customizer. To get there, from the dashboard you’ll want to navigate to ‘Appearance > Customize > Additional CSS’. You can paste the above code into that section.

    Let us know if that helps.

    Thread Starter pbwpwork

    (@pbwpwork)

    Hi @eherman24,

    That worked!!!

    Thanks very much,

    Paul ??

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