
Originally Posted by
lat9
In your admin's Configuration->Layout Settings, you've got Column Width - Left Boxes, Column Width - Right Boxes, Column Width - Left and Column Width - Right all set to 150px. In your stylesheet.css (around line 151), you set the background image for h3.leftBoxHeading and h3.rightBoxHeading to ../images/sidebox-top2.jpg which, unfortunately, is 170px wide.
That is, you're trying to shove a 170px .jpg into a 150px area ... just doesn't work. You should reduce the width of the .jpg file to 150px.