Themia not working on mobile devices

Discussion in 'Themia WordPress Theme' started by bknoop, Feb 6, 2014.

  1. bknoop

    bknoop New Member

    Joined:
    Feb 1, 2014
    Messages:
    1
    Likes Received:
    0
    We are having problems with our website nightforlife.org on a smartphone. It looks terrible and does not adapt to moblie as the Themia Pro theme said it would. Can you help?

    Thanks! My email is [email protected]
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     @media only screen and (max-width: 960px) and (min-width: 767px){
    .feature_content img {
    width: 215px!important;
    height: 100px!important;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .feature_content img {
    width: 273px!important;
    height: auto!important;
    }
    }
    @media only screen and (max-width: 480px){
    .feature_content img {
    width: 250px!important;
    height: 130px!important;
    }
    }
    
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page