Images spill over into sidebar with Twenty Ten theme

There’s no defect. Every theme specifies a set of thumbnail images to be generated when you upload an image, and these different image sizes are used at various sections of your website.

So when you switch themes, you’ll end up with existing thumbnail image sizes (specified by the old theme) that may not be optimized for the new theme.

The recommended solution to this is to use a plugin to regenerate new thumbnails optimized for the new theme.

For your specific issue of preventing images from extending outside the content area, head over to APPEARANCE => CUSTOMIZE => ADDITIONAL CSS, and put in the following:

.entry-content img {
    max-width: 100%;
}

Thank you for the elegant and effective solution to my problem.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer