Quote Originally Posted by CaroleAs View Post
Fixing one thing messes something else

Changing the 650 to 600 cuts off the right side of the "progress bar" and the number 4 along the way.

(i dont know if you tried the checkout in the French side of the store. It is even more obvious)
You could try adjusting the overall width of your site: you'd do that in the stylesheet.css

#mainWrapper {
background-color: #ffffff;
text-align: left;
/*width: 750px;*/
width: 970px;
vertical-align: top;
border: 1px solid #1884e9;
}