Viewing 1 replies (of 1 total)
  • Try this:

    .header-image img
    {
    width: 100%;
    }

    Change to

    .header-image img
    {
    width: auto;
    }

    You could do this by adding this CSS to your a CSS area of Theme Options or wherever else you typically put custom CSS.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnail stretched’ is closed to new replies.