Quote Originally Posted by mikestaps View Post
The payment methods image looks to be stretched in desktop as well (in chrome anyways). Adding:
Code:
.footer--message img {
	max-height: 23px;
	max-width: 206px;
}
to the stylesheet.css should fix that. I would put it near the css for the .footer--message around line 530.

The flexslider.css file has a min-height set around line 177, turning that off in the inspector in chrome fixes the stretched images in the slider.
Mike,
you are the Man. I deleted that part of the code and my images are not stretched. Once again many thanks! Have a super week!