This theme is fully responsive in all the posts, and it is responsive for all the text in the Pages, but the images don't scale down. Using the "max-width: 100%;" solution offered in another thread scaled the width, but the height remained the same so the images lost proportion. The solution to making the images in your Pages responsive AND proportional, without removing the size in each html file is to add come CSS. Here's how: Paste this code in Custom CSS. Get to where you enter the Custom CSS by going to: Appearance > Theme Option > Styling Option > Custom CSS Code Than paste this in: div.fullwidth img { max-width: 100%; height:auto; }
Hello, Please provide us your website url as well as the screenshot where you facing the problem. Thanks & Regards Yogesh Bhade