You can also edit your theme’s functions.php file. Doing it that way means your fix will survive an upgrade.
Add this to functions.php:
$content_width = 900;
replacing the 900 with whatever width you want to use.
I discovered this on this site and it worked on mine.