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.
Ok so looking into this (because I decided I wanted to do it as well...) The home page product carousel now respects the settings in Admin -> Configuration -> Index Listing
The modifications in the linked post are no longer needed (or possible for that matter, that code is not in the tpl_index_default.php anymore)
The payment methods image looks to be stretched in desktop as well (in chrome anyways). Adding:
to the stylesheet.css should fix that. I would put it near the css for the .footer--message around line 530.Code:.footer--message img { max-height: 23px; max-width: 206px; }
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.
My site at www.gelcandlecompany.com/demo displays on my phone the BEST SELLERS.
How can I change to FEATURED instead. Can I make that change in Admin -> Configuration -> Index Listing?
by sort order I guess?
I just changed it! ....just changing the sort order did the trick in Admin -> Configuration -> Index Listing
No I can have the carousel display in sort order. In my case FEATURED set to 1 to display first. Thanks mikestaps!
Bookmarks