Thumbnail blog post images not showing up on mobile

Discussion in 'ColorWay WordPress Theme' started by femchie, Jul 24, 2019.

  1. femchie

    femchie New Member

    Joined:
    Aug 4, 2017
    Messages:
    4
    Likes Received:
    0
    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:
    [​IMG]

    But yet when you look at the desktop version you can see the thumbnails, see below:

    [​IMG]

    Can this be fixed for mobile?

    Thanks,
    Femchie
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    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
     

Share This Page