Hello, Thanks for the recent updates on Colorway Theme. Upon looking at the demo for the Fashion eCommerce Clothing Store I noticed when you check the blog page on mobile, the thumbnails are not showing, see below: But yet when you look at the desktop version you can see the thumbnails, see below: Can this be fixed for mobile? Thanks, Femchie
Hi, Greetings from InkThemes, To fix it, just paste the code given below in the Additional CSS section. (Dashboard->Appearence->Customizer->Additional CSS) of your dashboard. Code: @media only screen and (max-width: 480px) { .post img, .content-wrap #blogmain img.postimg { visibility: visible; height: auto; width: 100%; } } Hope this helps...! Thanks & Regards! Akbar InkThemes.com