Quote Originally Posted by spawnie69 View Post
Why are slider images and my payments image looking stretched in mobile? http://www.gelcandlecompany.com/demo2/
I kept my slider images the same size as the stock images too.
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.