Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #120680
    southpawsmilin
    Participant

    I have a logo that is 350 x 175 but the theme seems to reduce the size. Can I make the logo bigger or have the theme use the actual size of the image I am using?

    http://cccofwv.org/staging/5545/

    #120683
    Mahesh
    Keymaster

    @southpawsmilin: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .custom-logo {
      	max-width: unset;
    }

    Regards,
    Mahesh

    #121035
    southpawsmilin
    Participant

    Thanks…this seems to work within wordpress…but when it is published it still seems reduced.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Need to make my logo bigger’ is closed to new replies.