• UZO

    (@uzoclinton92)


    Hello.. is there anyway i can increase the size of the logo through the customizer or theme editor??

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

Viewing 1 replies (of 1 total)
  • The following in Appearance->Customize->Additional CSS should work

    .custom-logo-link img {
        max-width: 300px !important;
        max-height: 150px !important;
    }

    Adjust the values accordingly to your liking. You may or may not need the !important text in there, try it first without it. If it doesn’t adjust the logo, then add the !important text as shown in the example above.

Viewing 1 replies (of 1 total)
  • The topic ‘Logo size too small’ is closed to new replies.