• Resolved nootkan

    (@nootkan)


    I am trying to resize my logo but it keeps scaling to a smaller image. Where do I make the changes to stop the logo from rescaling after uploading to media file?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nootkan

    (@nootkan)

    I see a work around that gives you limited options is to not crop it in the customizer but I was hoping for a css solution. I’ll keep looking.

    Thread Starter nootkan

    (@nootkan)

    I still haven’t figured out how to make my logo stop rescaling to a smaller image with this theme. I have tried the following but nothing is working:

    .site-title .logo {
      max-width: 100% !important;
      max-height: 200px !important;
    }
    .site-branding .custom-logo{max-height:12.5rem;width:auto !important;}
    img.custom-logo {max-width: 100% !important;max-height: 200px !important;}

    Any ideas on what the css for this logo is in the shapla theme as element inspector is giving me the above css tags but nothing is working?

    • This reply was modified 5 years, 1 month ago by nootkan.
    • This reply was modified 5 years, 1 month ago by nootkan.
    Thread Starter nootkan

    (@nootkan)

    It seems that my first impression regarding the cropped feature in customize is the only way to resize the logo along with this css:
    .site-branding .custom-logo{max-height:9.5rem;width:auto !important;}
    Not the way I wanted to do it but since no one is willing to provide an alternative I’ll make do for now.

    • This reply was modified 5 years, 1 month ago by nootkan.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to resize logo?’ is closed to new replies.