Reply To: Images not resizing for phone or tablet views October 31, 2016 at 1:13 pm #2001 Grace ThemesMember Hi, Go to Appearance -> Editor -> style.css at line no. 19 add below css code inside img tag max-width:100%; img{ border:none; margin:0; padding:0; height:auto; max-width:100%; } Regards Grace Themes