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]
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