Why does the right side of the banner images run off the content area? How do I fix this?
http://66.147.244.19...roducts/1868-2/
Banner images run off page
Started by
cefisher
, Mar 10 2011 12:16 AM
3 replies to this topic
#1
Posted 10 March 2011 - 12:16 AM
#2
Posted 10 March 2011 - 03:13 AM
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
#3
Posted 10 March 2011 - 02:39 PM
I didnt style any of them. I just typed content in the sections and added a image in the upload.
#4
Posted 10 March 2011 - 08:52 PM
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;
}
`











