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.
Thanks Mike! I managed to get my payment image to show ok now thanks!

On the flexsider.css file I see this on line 177

.flexslider .slides img {
min-height: 130px

How do i shut this off? I can edit this file and upload.
I think you were saying that I can shut his off in chrome using element inspector? I'm sorry for sounding dumb but how do I do that? I right click and click on inspect element and I could see Styles Event Listener etc..am I able to make a change somewhere in here just for observation?

thanks mike for your insight I hope I help someone someday.