• Sorry, I could not find a topic that answered these two questions in detail.

    How do I change the logo size for my Tracks site? I want to change the size in mobile and in desktop. Currently it is small and barely visible in both as it is a square logo.

    https://www.capefearcomedy.com

    Also, where would I add any of the custom css that I feel will be suggested?

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Matt,

    Please try this CSS to change the size of the logo:

    .logo {
      max-width: 100% !important;
      max-height: 200px !important;
    }

    You can copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    If you want the logo to be larger or smaller, you can modify the “200px” pixel value in the CSS above.

Viewing 1 replies (of 1 total)
  • The topic ‘Logo Size Adjustments’ is closed to new replies.