Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

Reply To: Images not resizing for phone or tablet views

#2001
Grace Themes
Participant

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