Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter little sister piggy

    (@little-sister-piggy)

    UPDATE: I got it to go up in the header, but it’s HUGE and I can’t seem to find a way to reduce the size. Is this up your alley? Do you have any idea what to do?
    Patty

    Hi,
    You need to check your logo image size as how much bigger you need.
    At the moment it is 328 x 208.

    or Check if it helps by adding width in your logo:

    img {
    border: 0 none;
    width: 151px;
    }

    Another way you may check is by checking your portion

    #siteinfo img {
    border: 0 none;
    float: left;
    height: auto;
    margin: 1em 0 0;
    max-width: 76%;
    }

    Try to reduce your max-width%;

    check all the step and see what suits you best!

    resize image after post by new size you want with a config style css ,see it now Haivl

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header image showing too low’ is closed to new replies.