• Hello,

    I don’t know for whatever reason the site logo is hardcoded to have a width of 131px. I have updated from 1.0.6 to 1.1.2 when I noticed this and made a css fix for my store.

    If anyone is interested, default.css contains the hardcoded width:

    #site-logo {
    display: inline-block;
    float: left;
    width: 131px;
    height: auto;
    }

    I did an overwrite in my custom css like this:

    #site-logo {
    width: auto !important;
    }

  • The topic ‘Tiny Site Logo’ is closed to new replies.