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

    (@bensibley)

    Thanks for using Tracks!

    Please add the following CSS to your site, and it will remove any resizing of the logo:

    .site-title .logo {
      max-height: none;
      max-width: 100%;
    }

    You can copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter sky4810

    (@sky4810)

    Thank you very much ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

    How do you center the logo? Specifically on mobile.

    • This reply was modified 1 year, 9 months ago by DPyro.
    Theme Author Ben Sibley

    (@bensibley)

    Try this CSS for centering the logo on mobile devices:

    @media all and (min-width: 800px) {
    	.title-info {
    		position: relative;
    		left: 50%;
    		transform: translateX(-50%);
    	}
    }
    
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo dimension’ is closed to new replies.