cefisher 0 Report post Posted March 10, 2011 Why does the right side of the banner images run off the content area? How do I fix this? http://66.147.244.194/~goeliteo/products/1868-2/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 10, 2011 It appears you got some right, check for mistakes? Like some are text aligned left and some are justified so obviously didn't style them all the same. Make the overall layout bigger, smaller images, style better with CSS, check your work: http://validator.w3.org/ http://jigsaw.w3.org/css-validator/ Thanks, Bryan Share this post Link to post Share on other sites
cefisher 0 Report post Posted March 10, 2011 I didnt style any of them. I just typed content in the sections and added a image in the upload. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 10, 2011 The padding may have been adjusted in an update, but at any rate if you add some css to hide overflow you'd be fine: ` body #banners .banner-area { overflow: hidden; } ` Share this post Link to post Share on other sites