Logo will not resize

  • Unknown's avatar

    Hi there,

    I’m using Organic Theme’s “Organization” and I’m having a hard time resizing my custom logo. I have tried copying and pasting this CSS code in:

    .custom-logo {
    display: block;
    width: auto;
    max-height: 100px;
    margin: 0 auto 14px;
    }

    and adjusting the height value, but nothing happened. Maybe I’m not using the CSS code right? Any advice you can offer is appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Hi @rebeccadh88 ,

    I believe you have the wrong CSS class in your code. Try the following…

    #custom-header img {
    height: 100px;
    }

    Adjusting the height value should change the image size.

    CSS coding is theme-specific… That is, a set of code that work on one theme won’t necessarily work on another theme. Nice try, though!

    Feel free to write back if you need further assistance. All the best! :)

  • The topic ‘Logo will not resize’ is closed to new replies.