Image is not Responsive in Mobile

Discussion in 'ReThink WordPress Theme' started by onlyzaman, Jun 17, 2016.

Thread Status:
Not open for further replies.
  1. onlyzaman

    onlyzaman New Member

    Joined:
    Jun 6, 2016
    Messages:
    13
    Likes Received:
    0
    Hello Again

    Rethinnk V2

    When I upload an image in any post or page, its not responsive in mobile. There is extra space on both left and right side on the image. Its not expanding. Can you please give me the custom css for that. thanks in advance
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. onlyzaman

    onlyzaman New Member

    Joined:
    Jun 6, 2016
    Messages:
    13
    Likes Received:
    0
    Hello Priyanka
    Good morning
    Check this url plz http:

    There is two pictures in this link . When i see it from my mobile , picture becomes narrow left and right side. It doesnt expand . Thanks
     
    Last edited: Jun 19, 2016
  4. priya

    priya Guest

    Hi,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .feature_content img {
        width: 100%;
        max-width: 100%;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .feature_content img {
        width: 100%;
        max-width: 100%;
    }
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. onlyzaman

    onlyzaman New Member

    Joined:
    Jun 6, 2016
    Messages:
    13
    Likes Received:
    0
    Hello Priyanka
    I didnt work . Please help me with that . Thanks
     
  6. priya

    priya Guest

    Hi,

    Would you please clear your cache and check after that?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  7. onlyzaman

    onlyzaman New Member

    Joined:
    Jun 6, 2016
    Messages:
    13
    Likes Received:
    0
    thanks, Priya.... Its working but not 100% perfect. may be its because of different size of the mobile screen. thanks for your help anyway. great support
     
  8. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page