• hi,

    my blog: https://www.us-airlines.org/

    i am trying to add a small logo to the left side of twenty eleven theme, the logo size is only 379×99 but it is showing as 947×247 on header. i have tried a lot by searching on google but failed, so i am here to ask about it.
    How can i show the original 379×99 logo on the header on left side? Please help.

Viewing 1 replies (of 1 total)
  • That’s a CSS issue.

    Go in your style sheet and change:
    #branding img {
    display: block;
    height: auto;
    width: 100%;
    }

    to
    #branding img {
    display: block;
    height: auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a small logo on left of header.’ is closed to new replies.